rejectHostConnection abstract method

Future<CompletionHandler> rejectHostConnection(
  1. String fromHostLiveID
)

Reject anchor connection request

@param fromHostLiveID Live room ID of the anchor initiating the connection request. @param completion Callback for successful rejection.

Implementation

Future<CompletionHandler> rejectHostConnection(String fromHostLiveID);