on Media Relay Stopped
Called when media relay has stopped.
Code Example:
override fun onMediaRelayStopped(meetingId: String, reason: String) {
Log.d("Meeting", "Relay stopped with $meetingId: $reason")
}
Content copied to clipboard
Parameters
meeting Id
the ID of the meeting that the relay was connected to
reason
the reason the relay stopped
See also
Meeting.stopMediaRelay()