SignalServerServiceBase$messageJson top-level constant

  1. @Deprecated('Use signalServerServiceDescriptor instead')
Map<String, Map<String, dynamic>> const SignalServerServiceBase$messageJson

Implementation

@$core.Deprecated('Use signalServerServiceDescriptor instead')
const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>>
    SignalServerServiceBase$messageJson = {
  '.stream.video.sfu.signal.SetPublisherRequest': SetPublisherRequest$json,
  '.stream.video.sfu.models.TrackInfo': $0.TrackInfo$json,
  '.stream.video.sfu.models.VideoLayer': $0.VideoLayer$json,
  '.stream.video.sfu.models.VideoDimension': $0.VideoDimension$json,
  '.stream.video.sfu.models.Codec': $0.Codec$json,
  '.stream.video.sfu.signal.SetPublisherResponse': SetPublisherResponse$json,
  '.stream.video.sfu.models.Error': $0.Error$json,
  '.stream.video.sfu.signal.SendAnswerRequest': SendAnswerRequest$json,
  '.stream.video.sfu.signal.SendAnswerResponse': SendAnswerResponse$json,
  '.stream.video.sfu.models.ICETrickle': $0.ICETrickle$json,
  '.stream.video.sfu.signal.ICETrickleResponse': ICETrickleResponse$json,
  '.stream.video.sfu.signal.UpdateSubscriptionsRequest':
      UpdateSubscriptionsRequest$json,
  '.stream.video.sfu.signal.TrackSubscriptionDetails':
      TrackSubscriptionDetails$json,
  '.stream.video.sfu.signal.UpdateSubscriptionsResponse':
      UpdateSubscriptionsResponse$json,
  '.stream.video.sfu.signal.UpdateMuteStatesRequest':
      UpdateMuteStatesRequest$json,
  '.stream.video.sfu.signal.TrackMuteState': TrackMuteState$json,
  '.stream.video.sfu.signal.UpdateMuteStatesResponse':
      UpdateMuteStatesResponse$json,
  '.stream.video.sfu.signal.ICERestartRequest': ICERestartRequest$json,
  '.stream.video.sfu.signal.ICERestartResponse': ICERestartResponse$json,
  '.stream.video.sfu.signal.SendStatsRequest': SendStatsRequest$json,
  '.stream.video.sfu.models.InputDevices': $0.InputDevices$json,
  '.stream.video.sfu.models.AndroidState': $0.AndroidState$json,
  '.stream.video.sfu.models.AppleState': $0.AppleState$json,
  '.stream.video.sfu.signal.Telemetry': Telemetry$json,
  '.stream.video.sfu.signal.Reconnection': Reconnection$json,
  '.stream.video.sfu.signal.SendStatsResponse': SendStatsResponse$json,
  '.stream.video.sfu.signal.StartNoiseCancellationRequest':
      StartNoiseCancellationRequest$json,
  '.stream.video.sfu.signal.StartNoiseCancellationResponse':
      StartNoiseCancellationResponse$json,
  '.stream.video.sfu.signal.StopNoiseCancellationRequest':
      StopNoiseCancellationRequest$json,
  '.stream.video.sfu.signal.StopNoiseCancellationResponse':
      StopNoiseCancellationResponse$json,
};