on E2ee State Changed
Called when the end-to-end encryption state changes for a stream from this participant.
Code Example:
override fun onE2eeStateChanged(state: E2EEState, stream: Stream) {
Log.d("Participant", "E2EE state: $state for ${stream.kind}")
}
Content copied to clipboard