You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Phone-Call-Detection/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# Phone Call Detection
2
2
3
-
This application provides a Video Chat tutorial for Android. Upon deploying this sample application, you should be
4
-
able to have two-way audio and video communication using OpenTok. You will be notified about incoming and outgoing
5
-
phone calls (happening during the video call).
3
+
This application provides a sample demonstrating phone calls detection.
4
+
Upon deploying this sample application, you should be able to have two-way audio and video communication using OpenTok.
5
+
Audio and video streams published from device to OpenTok session will be halted for the duration of ongoing phone call.
6
6
7
7
Main features:
8
8
* Create 2-way OpenTok video call
9
-
* Detect incoming and outgoing native phone calls (while being on video call)
9
+
* Detect incoming and outgoing native phone calls
10
+
* Disable device video/video while being onCallStateChanged the phone call
10
11
11
12
# Configure the app
12
13
Open the `OpenTokConfig` file and configure the `API_KEY`, `SESSION_ID`, and `TOKEN` variables. You can obtain these values from your [TokBox account](https://tokbox.com/account/#/).
0 commit comments