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

Properties

string[] eventFilters [get, set]
 The list of event filters corresponding to events the user is subscribed to Required More...
 
long? expiresIn [get, set]
 Subscription lifetime in seconds. The maximum subscription lifetime depends upon the specified transportType: More...
 
NotificationDeliveryModeRequest deliveryMode [get, set]
 Required More...
 

Property Documentation

◆ deliveryMode

NotificationDeliveryModeRequest RingCentral.CreateSubscriptionRequest.deliveryMode
getset

Required

◆ eventFilters

string [] RingCentral.CreateSubscriptionRequest.eventFilters
getset

The list of event filters corresponding to events the user is subscribed to Required

◆ expiresIn

long? RingCentral.CreateSubscriptionRequest.expiresIn
getset

Subscription lifetime in seconds. The maximum subscription lifetime depends upon the specified transportType:

Transport type Maximum permitted lifetime
WebHook 315360000 seconds (10 years)
RC/APNS, RC/GSM 7776000 seconds (90 days)
PubNub 900 seconds (15 minutes)
WebSocket n/a (the parameter is ignored)

Minimum: 1 Format: int32 Example: 1200


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