AbstractLocalInviteManagerReceiveRemoteOffer Method |
A tulso fel kuldott egy offert (INVITE-ban vagy OK-ban).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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
- Type: Ozeki.MediaMediaDescription
- otherPartySIPInfo
- Type: Ozeki.VoIPUserSIPInfo
See Also