예제 #1
0
 void AgoraRtcEventHandler.OnVideoDeviceStateChanged(string id, MEDIA_DEVICE_TYPE type, MEDIA_DEVICE_STATE_TYPE state)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 void AgoraRtcEventHandler.OnAudioDeviceStateChanged(string id, MEDIA_DEVICE_TYPE type, MEDIA_DEVICE_STATE_TYPE state)
 {
     OnAudioDeviceStateChanged?.Invoke(id, type, state);
 }