AbstractLocalInviteManagerReceiveRemoteOffer Method |
A tulso fel kuldott egy offert (INVITE-ban vagy OK-ban).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected void ReceiveRemoteOffer(
MediaDescription offer,
UserSIPInfo otherPartySIPInfo
)
Protected Sub ReceiveRemoteOffer (
offer As MediaDescription,
otherPartySIPInfo As UserSIPInfo
)
protected:
void ReceiveRemoteOffer(
MediaDescription^ offer,
UserSIPInfo^ otherPartySIPInfo
)
member ReceiveRemoteOffer :
offer : MediaDescription *
otherPartySIPInfo : UserSIPInfo -> unit
Parameters
- offer MediaDescription
-
- otherPartySIPInfo UserSIPInfo
-
See Also