Click or drag to resize

InviteResponseArgs Constructor (String, ResponseCodes, MediaDescription)

Initializes a new instance of the InviteResponseArgs class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public InviteResponseArgs(
	string userID,
	ResponseCodes responseCode,
	MediaDescription mediaDescription = null
)

Parameters

userID
Type: SystemString
responseCode
Type: Ozeki.VoIPResponseCodes
mediaDescription (Optional)
Type: Ozeki.MediaMediaDescription
See Also