We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87589d1 commit f6ac29cCopy full SHA for f6ac29c
1 file changed
examples/android/subscriber/MoQSubscriber/app/src/main/java/com/swmansion/moqsubscriber/MainViewModel.kt
@@ -38,7 +38,7 @@ class BroadcastEntry(catalog: Catalog) {
38
}
39
40
class MainViewModel(application: Application) : AndroidViewModel(application) {
41
- var relayUrl by mutableStateOf("http://192.168.92.158:4443")
+ var relayUrl by mutableStateOf("http://192.168.92.140:4443")
42
43
var sessionState by mutableStateOf<Session.State>(Session.State.Idle)
44
val broadcasts = mutableStateListOf<BroadcastEntry>()
0 commit comments