ILocalInviteManagerAnswerWithEarlyMedia Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxbool AnswerWithEarlyMedia(
List<MediaType> acceptedChannels
)
Function AnswerWithEarlyMedia (
acceptedChannels As List(Of MediaType)
) As Boolean
bool AnswerWithEarlyMedia(
List<MediaType>^ acceptedChannels
)
abstract AnswerWithEarlyMedia :
acceptedChannels : List<MediaType> -> bool
Parameters
- acceptedChannels
- Type: System.Collections.GenericListMediaType
Return Value
Type:
Boolean
See Also