cancelHostConnection abstract method

Future<CompletionHandler> cancelHostConnection(
  1. String toHostLiveID
)

Cancel host connection request

  • toHostLiveID : Target host's live room ID

Implementation

Future<CompletionHandler> cancelHostConnection(String toHostLiveID);