RingCentral .Net SDK
Properties | List of all members
RingCentral.PubNubDeliveryMode Class Reference

Properties

string transportType [get, set]
 The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: PubNub More...
 
bool? encryption [get, set]
 Optional. Specifies if notification messages will be encrypted or not. Please note that for some event filters (e.g. presence) encryption is mandatory and false value provided by caller will be ignored. Required More...
 
string address [get, set]
 PubNub channel name Required Example: 54770517599294_6dda849e More...
 
string subscriberKey [get, set]
 PubNub credential required to subscribe to the channel Required More...
 
string secretKey [get, set]
 PubNub credential required to subscribe to the channel Required More...
 
string encryptionAlgorithm [get, set]
 (Only for a "PubNub" transport, returned only if encryption is true) Encryption algorithm used Enum: AES More...
 
string encryptionKey [get, set]
 (Only for a "PubNub" transport, returned only if encryption is true) Cryptographic key to decrypt PubNub notification messages More...
 

Property Documentation

◆ address

string RingCentral.PubNubDeliveryMode.address
getset

PubNub channel name Required Example: 54770517599294_6dda849e

◆ encryption

bool? RingCentral.PubNubDeliveryMode.encryption
getset

Optional. Specifies if notification messages will be encrypted or not. Please note that for some event filters (e.g. presence) encryption is mandatory and false value provided by caller will be ignored. Required

◆ encryptionAlgorithm

string RingCentral.PubNubDeliveryMode.encryptionAlgorithm
getset

(Only for a "PubNub" transport, returned only if encryption is true) Encryption algorithm used Enum: AES

◆ encryptionKey

string RingCentral.PubNubDeliveryMode.encryptionKey
getset

(Only for a "PubNub" transport, returned only if encryption is true) Cryptographic key to decrypt PubNub notification messages

◆ secretKey

string RingCentral.PubNubDeliveryMode.secretKey
getset

PubNub credential required to subscribe to the channel Required

◆ subscriberKey

string RingCentral.PubNubDeliveryMode.subscriberKey
getset

PubNub credential required to subscribe to the channel Required

◆ transportType

string RingCentral.PubNubDeliveryMode.transportType
getset

The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: PubNub


The documentation for this class was generated from the following file: