setPublisher method
SetPublisher sends the WebRTC offer for the peer connection used to publish A/V
Implementation
$async.Future<SetPublisherResponse> setPublisher(
$pb.ClientContext? ctx, SetPublisherRequest request) =>
_client.invoke<SetPublisherResponse>(
ctx, 'SignalServer', 'SetPublisher', request, SetPublisherResponse());