Exemplo n.º 1
0
 public static extern void RTCSetMinDebugLogLevel(RTCLoggingSeverity severity);
Exemplo n.º 2
0
 public static void SetMinDebugLogLevel(RTCLoggingSeverity severity) => RTCSetMinDebugLogLevel(severity);
Exemplo n.º 3
0
 public static extern void RTCLogEx(RTCLoggingSeverity severity, NSString log_string);
Exemplo n.º 4
0
 public static void LogEx(RTCLoggingSeverity severity, NSString log_string) => RTCLogEx(severity, log_string);