acceptHostConnection abstract method

Future<CompletionHandler> acceptHostConnection(
  1. 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);