FMIceLinkTurnAuthArgs Class Reference

Inherits from NSObject
Declared in FMIceLinkTurnAuthArgs.h
FMIceLinkTurnAuthArgs.m

Overview

Arguments for the FMIceLinkTurnServer's authentication callback.

– initWithUsername:realm:operation:

Initializes a new instance of the FMIceLinkTurnAuthArgs class.
- (instancetype)initWithUsername:(NSString *)username realm:(NSString *)realm operation:(FMIceLinkTurnAuthOperation)operation

Parameters

username

The username from the request.

realm

The realm from the request.

operation

The operation.

Discussion

Initializes a new instance of the FMIceLinkTurnAuthArgs class.

Declared In

FMIceLinkTurnAuthArgs.h

– operation

Gets the operation.
- (FMIceLinkTurnAuthOperation)operation

Discussion

Gets the operation.

Declared In

FMIceLinkTurnAuthArgs.h

– realm

Gets the realm from the request.
- (NSString *)realm

Discussion

Gets the realm from the request.

Declared In

FMIceLinkTurnAuthArgs.h

+ turnAuthArgsWithUsername:realm:operation:

Initializes a new instance of the FMIceLinkTurnAuthArgs class.
+ (FMIceLinkTurnAuthArgs *)turnAuthArgsWithUsername:(NSString *)username realm:(NSString *)realm operation:(FMIceLinkTurnAuthOperation)operation

Parameters

username

The username from the request.

realm

The realm from the request.

operation

The operation.

Discussion

Initializes a new instance of the FMIceLinkTurnAuthArgs class.

Declared In

FMIceLinkTurnAuthArgs.h

– username

Gets the username from the request.
- (NSString *)username

Discussion

Gets the username from the request.

Declared In

FMIceLinkTurnAuthArgs.h