Avaya Client Services API Reference (iOS)
Class Methods | Properties | List of all members
CSSignalingServerGroup Class Reference

A group of registration groups to register with individually. More...

#import <CSSignalingServerGroup.h>

Inherits NSObject.

Class Methods

(instancetype) + signalingServerGroupWithRegistrationGroups:
 Returns a new signaling server group with the specified registration groups. More...
 
(instancetype) + signalingServerGroupWithServer:
 Returns a new signaling server group with the specified server. More...
 

Properties

NSArray * registrationGroups
 Array of CSRegistrationGroup instances in this group, in priority order. More...
 

Detailed Description

A group of registration groups to register with individually.

When all connections in one registration group are lost the next registration group will be activated and an attempt made to re-establish service using the servers in that group. Only one registration group is active at a time.

Method Documentation

+ (instancetype) signalingServerGroupWithRegistrationGroups: (NSArray *)  registrationGroups

Returns a new signaling server group with the specified registration groups.

Parameters
registrationGroupsArray of CSRegistrationGroup instances to include in the signaling server group, in priority order.
+ (instancetype) signalingServerGroupWithServer: (CSSignalingServer *)  signalingServer

Returns a new signaling server group with the specified server.

Parameters
signalingServerThe signaling server to use in the group.

Property Documentation

- (NSArray*) registrationGroups
readnonatomiccopy

Array of CSRegistrationGroup instances in this group, in priority order.


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