ILocalInviteManagerAnswer Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool Answer(
List<MediaType> acceptedChannels
)
Function Answer (
acceptedChannels As List(Of MediaType)
) As Boolean
bool Answer(
List<MediaType>^ acceptedChannels
)
abstract Answer :
acceptedChannels : List<MediaType> -> bool
Parameters
- acceptedChannels
- Type: System.Collections.GenericListMediaType
Return Value
Type:
BooleanSee Also