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: 1.8.12.0 (1.8.12)
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