Inherits from NSObject
Declared in ASApi.h

Overview

Allows for initialization of the Audiosocket Yeti SDK.

Tasks

  • + initWithBaseURL:token:

    Initialize SDK by setting up the base url and providing a token. This method must be called prior to any other calls to the SDK.

Class Methods

initWithBaseURL:token:

Initialize SDK by setting up the base url and providing a token. This method must be called prior to any other calls to the SDK.

+ (void)initWithBaseURL:(NSString *)baseURL token:(NSString *)token

Parameters

baseURL

For production V5 access use “https://api.audiosocket.com/v5

token

Token provided to you by Audiosocket. If you need a token please contact Audiosocket at api@audiosocket.com

Declared In

ASApi.h