SdpMediaSession<TSessionDescription,TMediaDescription>.GenerateOffer(ICollection<MediaChannelContext>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Rtc::Collaboration::SdpContentDescription ^ GenerateOffer(System::Collections::Generic::ICollection<Microsoft::Rtc::Internal::Collaboration::Media::MediaChannelContext ^> ^ mediaChannels);
public Microsoft.Rtc.Collaboration.SdpContentDescription GenerateOffer (System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext> mediaChannels);
abstract member GenerateOffer : System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext> -> Microsoft.Rtc.Collaboration.SdpContentDescription
override this.GenerateOffer : System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext> -> Microsoft.Rtc.Collaboration.SdpContentDescription
Public Function GenerateOffer (mediaChannels As ICollection(Of MediaChannelContext)) As SdpContentDescription
Parameters
- mediaChannels
- ICollection<MediaChannelContext>