示例#1
0
 void OnSetSessionDescriptionError(ref RTCError error)
 {
     Debug.LogError($"Error Detail Type: {error.message}");
     HangUp();
 }
示例#2
0
 private static void OnCreateSessionDescriptionError(RTCError error)
 {
     Debug.LogError($"Error Detail Type: {error.message}");
 }
 void OnCreateSessionDescriptionError(RTCError e)
 {
 }
 void OnAddIceCandidateError(RTCPeerConnection pc, RTCError error)
 {
     Debug.Log($"{GetName(pc)} failed to add ICE Candidate: ${error}");
 }
 void OnSetSessionDescriptionError(ref RTCError error)
 {
 }
 static void OnSetSessionDescriptionError(ref RTCError error)
 {
     Debug.LogError($"Error Detail Type: {error.errorDetail}");
 }