Options

constructor(logLevel: Logger.LogLevel = Logger.LogLevel.INFO, webRTCLog: Boolean = false, enableHardwareCodec: Boolean = true, audioSource: Int? = null, audioInputSampleRate: Int? = null, audioOutputSampleRate: Int? = null, useHardwareAcousticEchoCanceler: Boolean = true, useHardwareNoiseSuppressor: Boolean = true, rtcApi: SkyWayContext.RtcApi? = null, iceParams: SkyWayContext.IceParams? = null, signaling: SkyWayContext.Signaling? = null, analytics: SkyWayContext.Analytics? = null, rtcConfig: SkyWayContext.RtcConfig? = null, sfu: SkyWayContext.Sfu? = null, token: SkyWayContext.Token? = null)

Parameters

logLevel

SkyWayのログレベル。

webRTCLog

SkyWayのログの内、特にWebRTCに関するログを出力するか。

enableHardwareCodec

ハードウェアコーデックを利用するか。

audioSource

AudioSourceが集音する際に利用するAudioSource。MediaRecorder.AudioSourceのうち、有効な値を指定してください。

audioInputSampleRate

音声入力サンプルレート。

audioOutputSampleRate

音声出力サンプルレート。

useHardwareAcousticEchoCanceler

ハードウェアエコーキャンセラーを利用するか。

useHardwareNoiseSuppressor

ハードウェアノイズ抑制を利用するか。


constructor(authToken: String, logLevel: Logger.LogLevel = Logger.LogLevel.INFO, webRTCLog: Boolean = false, enableHardwareCodec: Boolean = true, audioSource: Int? = null, rtcApi: SkyWayContext.RtcApi? = null, iceParams: SkyWayContext.IceParams? = null, signaling: SkyWayContext.Signaling? = null, analytics: SkyWayContext.Analytics? = null, rtcConfig: SkyWayContext.RtcConfig? = null, sfu: SkyWayContext.Sfu? = null, token: SkyWayContext.Token? = null)

Deprecated

This API is deprecated.

SkyWayの利用に関する設定。

Parameters

authToken

認証トークン。

logLevel

SkyWayのログレベル。

webRTCLog

SkyWayのログの内、特にWebRTCに関するログを出力するか。

enableHardwareCodec

ハードウェアコーデックを利用するか。

audioSource

AudioSourceが集音する際に利用するAudioSource。MediaRecorder.AudioSourceのうち、有効な値を指定してください。