acceptHostConnection abstract method
- String fromHostLiveID
Accept anchor connection request
@param fromHostLiveID Live room ID of the anchor initiating the connection request. @param completion Callback for successful acceptance.
Implementation
Future<CompletionHandler> acceptHostConnection(String fromHostLiveID);