Return to SIP service SIP utils
1: package com.voipplus.mmsclient.Sip;
2:
3: import android.util.Log;
4:
5: import com.voipplus.mmsclient.WebRTC.WebRTCState;
6:
7: import livekit.org.webrtc.DataChannel;
8: import livekit.org.webrtc.PeerConnection;
9: import okhttp3.WebSocket;
10:
11: public class SipUtils {
12: public static void debugInfo(String tag, String message, SipState sipState) {
13: Log.d(tag, "🛠️ " + message + " | State: " + sipState);
14: }
15: }
16:
Return to SIP service
AndroidMosaic context:
Comments (
)
)
Link to this page:
http://www.vb-net.com/AndroidMosaic/Index20.htm
|
|