AWSKinesisVideoListSignalingChannelsOutput

Objective-C

@interface AWSKinesisVideoListSignalingChannelsOutput

Swift

class AWSKinesisVideoListSignalingChannelsOutput
  • An array of ChannelInfo objects.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSKinesisVideoChannelInfo *> *_Nullable channelInfoList;

    Swift

    var channelInfoList: [AWSKinesisVideoChannelInfo]? { get set }
  • If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }