Example #1
0
 public static extern void RTCSetMinDebugLogLevel(RTCLoggingSeverity severity);
Example #2
0
 public static void SetMinDebugLogLevel(RTCLoggingSeverity severity) => RTCSetMinDebugLogLevel(severity);
Example #3
0
 public static extern void RTCLogEx(RTCLoggingSeverity severity, NSString log_string);
Example #4
0
 public static void LogEx(RTCLoggingSeverity severity, NSString log_string) => RTCLogEx(severity, log_string);