I want to establish or register or connect WebRTC to Free switch server (SIP) by using username, password and domain.
I want to make a call from WebRTC to Free switch server (SIP) by using extensionNumber (Ex: 1012), password (Ex: xxxxx) and domain (Ex:[email protected])
I want to share the screen both in Audio and Video calls (One-to-One/Conference) in Android.
First I should register or establish the WebRTC connection with the Free switch server (SIP).
I had tried two references https://www.youtube.com/watch?v=_-GPHNSug2Q and https://www.youtube.com/watch?v=pAr9E4D5lNo&list=PLFelST8t9nqgxJiD4uRN_3F1sn5rQhhw_ but I don't need Firebase to login.
Also I need only to connect, call and share screen from WebRTC to Free switch server (SIP).
Cannot connect from WebRTC with Free switch server (SIP) - Android
106 Views Asked by RejiKumarRA At
0
There are 0 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in KOTLIN
- Volatile properties in Kotlin?
- Using multiple JVM languages in the same project
- Kotlin - IntelliJ Project Setup
- Kotlin let analogue which returns the receiver
- Kotlin 'when' statement vs Java 'switch'
- Use Kotlin extension in android java class
- Kotlin stub/placeholder function for unimplemented code
- Partial class delegation in Kotlin
- SugarORM + Kotlin: Unresovled reference "listAll"
- Kotlin JS - string to number conversion?
- Where is the old Kotlin specification hosted?
- Kotlin JS - Accessing HTML DOM properties
- Access property delegate in Kotlin
- Kotlin-JS interop - using language constructs
- Does "internal" visibility modifier in Kotlin work yet?
Related Questions in SIP
- Configure Asterisk as SIP outbound proxy (as a SIP server relay)
- Samsung Galaxy S5 speakerphone\microphone issue
- Added SIP-headers in MSPL application missing/being removed in Lync 2013
- setKeepAliveTimeout is deprecated in iOS9
- Mobicents presence server. How to register softphone?
- pjsua and sip registration: error=Invalid URI (PJSIP_EINVALIDURI)
- SIP API SipManeger returns null
- How to create a Java object in C++ using JNI?
- How Kamailio transformations work?
- receiving service from SIP without using a server
- SIP and Webrtc Integration iOS
- sip client for android device with wired conenction
- How to get audio samples in linphone to pass to other interface or to save them?
- Setting Up Restcomm on Ubuntu 14.04 (EC2)
- How to share RTP's ssrc value between calling and called party in sip call?
Related Questions in SCREENSHARING
- Getting error in screen-sharing development
- How to Screenshare of my iPad on Mac
- Microsoft supporting ORTC or WebRTC?
- How to do android screen sharing
- How to display our own desktop on another machine in Linux?
- Detect Firefox support for screen sharing
- WebRTC screen sharing more than once without reloading page
- Web Embeddable Screenshare Software
- How to apply signalR.js in a Screen sharing html page
- How to detect when my application window is screen shared
- How to share screen with agora.io sdk in android?
- Python screen sharing with flask app in python
- Having trouble configuring Twilio video settings to maintain FHD screen sharing resolution
- Sometimes, when screen sharing in Chrome, the entire window tab is empty
- C# Windows.Media.Transcoding outputting video stream instead of a file
Related Questions in WEBRTC-ANDROID
- Android webrtc SurfaceViewRenderer preview goes blank when I start the Activity in landscape/reverse landscape
- Web RTC Local audio issue
- Long freeze on WebRTC iOS native SDK
- Can I register Web RTC app as Calling app
- Android: Screen shot get black image for org.webrtc.SurfaceViewRenderer
- Fatal error in: ../../src/modules/utility/source/helpers_android.cc, line 74
- Can WebRTC work over an Android USB Ethernet connection?
- How to use audio/WebRtcAudioRecord rather than voiceengine/WebRtcAudioRecord
- Cannot connect from WebRTC with Free switch server (SIP) - Android
- Open custom Calling Activity When an audio or Video call is coming using WebRTC
- WebRTC VideoView incorrect view for local peer
- Android webrtc SIGSEGV errors
- Android : Webrtc How to record the both audio of (sender and receiver) while recording the video call
- How to fix "Failed to resolve: org.webrtc:google-webrtc"?
- Android Webrtc change stream to STREAM_MUSIC
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?