acceptHostConnection abstract method
- String fromHostLiveID
Accept host connection request
fromHostLiveID: Live room ID of the host initiating connection request
Implementation
Future<CompletionHandler> acceptHostConnection(String fromHostLiveID);
Accept host connection request
fromHostLiveID : Live room ID of the host initiating connection requestFuture<CompletionHandler> acceptHostConnection(String fromHostLiveID);