onMediaRelayStarted

fun onMediaRelayStarted(meetingId: String)

Called when media relay has started with another meeting.

Code Example:


override fun onMediaRelayStarted(meetingId: String) {
    Log.d("Meeting", "Media relay started with meeting: $meetingId")
}

Parameters

meetingId

the ID of the meeting that the relay is connected to

See also