MixedProfile.fromProfile constructor

MixedProfile.fromProfile(
  1. Profile profile
)

Implementation

factory MixedProfile.fromProfile(Profile profile) => MixedProfile(
  token: profile.token,
  fixed: profile.fixed,
  name: profile.name,
  videoSourceConfiguration: profile.videoSourceConfiguration,
  audioSourceConfiguration: profile.audioSourceConfiguration,
  videoEncoderConfiguration: profile.videoEncoderConfiguration,
  audioEncoderConfiguration: profile.audioEncoderConfiguration,
  videoAnalyticsConfiguration: profile.videoAnalyticsConfiguration,
  ptzConfiguration: profile.ptzConfiguration,
);