startMulticastStreaming static method Null safety
- String profileToken
XML for the startMulticastStreaming
Implementation
static XmlDocumentFragment startMulticastStreaming(String profileToken) =>
MediaCommon.startMulticastStreaming(
profileToken: profileToken, namespace: Xmlns.tr2);