onMediaRelayStopped

fun onMediaRelayStopped(meetingId: String, reason: String)

Called when media relay has stopped.

Code Example:


override fun onMediaRelayStopped(meetingId: String, reason: String) {
    Log.d("Meeting", "Relay stopped with $meetingId: $reason")
}

Parameters

meetingId

the ID of the meeting that the relay was connected to

reason

the reason the relay stopped

See also