updateSubscriptions method
Future<UpdateSubscriptionsResponse>
updateSubscriptions(
- ClientContext? ctx,
- UpdateSubscriptionsRequest request
UpdateSubscribers is used to notify the SFU about the list of video subscriptions TODO: sync subscriptions based on this + update tracks using the dimension info sent by the user
Implementation
$async.Future<UpdateSubscriptionsResponse> updateSubscriptions(
$pb.ClientContext? ctx, UpdateSubscriptionsRequest request) =>
_client.invoke<UpdateSubscriptionsResponse>(ctx, 'SignalServer',
'UpdateSubscriptions', request, UpdateSubscriptionsResponse());