Room Watcher
class RoomWatcher @JvmOverloads constructor(okHttpClient: OkHttpClient = OkHttpClient.Builder().build(), handler: Handler = Handler(Looper.getMainLooper()))
Monitors room occupancy via signaling. Use this to show room status before joining.
Constructors
Link copied to clipboard
constructor(okHttpClient: OkHttpClient = OkHttpClient.Builder().build(), handler: Handler = Handler(Looper.getMainLooper()))