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: README.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To use the AuviousSDK in your project, follow these steps:
20
20
dependencies {
21
21
//... other dependencies
22
22
// Auvious SDK
23
-
implementation 'com.auvious.android:sdk:1.1.2'
23
+
implementation 'com.auvious.android:sdk:1.1.3'
24
24
}
25
25
```
26
26
@@ -62,46 +62,46 @@ private fun startSimpleConferenceActivity(
62
62
63
63
#### Enable default functionality
64
64
-**Microphone Configuration**
65
-
-**Key**: `mic`
66
-
-**Value**: `true` or `false`
67
-
-`true`: Enables the microphone.
68
-
-`false`: Disables the microphone.
65
+
-**Key**: `mic`
66
+
-**Value**: `true` or `false`
67
+
-`true`: Enables the microphone.
68
+
-`false`: Disables the microphone.
69
69
70
70
-**Camera Configuration**
71
-
-**Key**: `camera`
72
-
-**Value**: `true` or `false`
73
-
-`true`: Enables the camera.
74
-
-`false`: Disables the camera.
71
+
-**Key**: `camera`
72
+
-**Value**: `true` or `false`
73
+
-`true`: Enables the camera.
74
+
-`false`: Disables the camera.
75
75
76
76
-**Speaker Configuration**
77
-
-**Key**: `speaker`
78
-
-**Value**: `true` or `false`
79
-
-`true`: Enables the speaker.
80
-
-`false`: Enables only the earpiece.
77
+
-**Key**: `speaker`
78
+
-**Value**: `true` or `false`
79
+
-`true`: Enables the speaker.
80
+
-`false`: Enables only the earpiece.
81
81
82
82
#### Available conference control buttons
83
-
-**Microphone Button Availability**
83
+
-**Microphone Button Availability**
84
84
-**Key**: `mic_available`
85
85
-**Value**: `true` or `false`
86
-
-`true`: The microphone button will be available for toggling on/off.
87
-
-`false`: The microphone button will be hidden.
86
+
-`true`: The microphone button will be available for toggling on/off.
87
+
-`false`: The microphone button will be hidden.
88
88
89
-
-**Camera Button Availability**
89
+
-**Camera Button Availability**
90
90
-**Key**: `camera_available`
91
91
-**Value**: `true` or `false`
92
-
-`true`: The camera button will be available for toggling on/off.
93
-
-`false`: The camera button will be hidden.
92
+
-`true`: The camera button will be available for toggling on/off.
93
+
-`false`: The camera button will be hidden.
94
94
95
-
-**Speaker Button Availability**
95
+
-**Speaker Button Availability**
96
96
-**Key**: `speaker_available`
97
97
-**Value**: `true` or `false`
98
-
-`true`: The speaker button will be available for toggling on/off.
99
-
-`false`: The speaker button will be hidden.
98
+
-`true`: The speaker button will be available for toggling on/off.
99
+
-`false`: The speaker button will be hidden.
100
100
101
101
-**Custom Conference Background Color**
102
-
-**Key**: `conference_background_color`
103
-
-**Value**: [Color](https://developer.android.com/reference/android/graphics/Color) object or a hex color by using the [Color.parseColor()](https://developer.android.com/reference/android/graphics/Color#parseColor(java.lang.String)) method
104
-
- Set a custom color in conference background. Otherwise, the default background color will be black.
102
+
-**Key**: `conference_background_color`
103
+
-**Value**: [Color](https://developer.android.com/reference/android/graphics/Color) object or a hex color by using the [Color.parseColor()](https://developer.android.com/reference/android/graphics/Color#parseColor(java.lang.String)) method
104
+
- Set a custom color in conference background. Otherwise, the default background color will be black.
0 commit comments