rejectHostConnection abstract method

Future<CompletionHandler> rejectHostConnection(
  1. String fromHostLiveID
)

Reject host connection request

  • fromHostLiveID : Live room ID of the host initiating connection request

Implementation

Future<CompletionHandler> rejectHostConnection(String fromHostLiveID);