diff --git a/docs/core/core/com.ntt.skyway.core.channel.member/-local-person-impl/-local-person-impl.html b/docs/core/core/com.ntt.skyway.core.channel.member/-local-person-impl/-local-person-impl.html index 5605b54..61b0a4d 100644 --- a/docs/core/core/com.ntt.skyway.core.channel.member/-local-person-impl/-local-person-impl.html +++ b/docs/core/core/com.ntt.skyway.core.channel.member/-local-person-impl/-local-person-impl.html @@ -66,7 +66,7 @@

LocalPersonImpl

-
constructor(dto: Member.Dto, repository: Repository)
+
constructor(dto: Member.Dto, repository: Repository)
-
constructor(dto: Member.Dto, repository: Repository)
+
constructor(dto: Member.Dto, repository: Repository)
diff --git a/docs/core/core/com.ntt.skyway.core.channel.member/-local-person/index.html b/docs/core/core/com.ntt.skyway.core.channel.member/-local-person/index.html index 658a485..e35e26f 100644 --- a/docs/core/core/com.ntt.skyway.core.channel.member/-local-person/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel.member/-local-person/index.html @@ -65,7 +65,7 @@

LocalPerson

-
abstract class LocalPerson : Member

LocalPersonの操作を行うクラス。

Inheritors

+
abstract class LocalPerson : Member

LocalPersonの操作を行うクラス。

diff --git a/docs/core/core/com.ntt.skyway.core.channel.member/-member/index.html b/docs/core/core/com.ntt.skyway.core.channel.member/-member/index.html index ea43e77..cfacc70 100644 --- a/docs/core/core/com.ntt.skyway.core.channel.member/-member/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel.member/-member/index.html @@ -72,22 +72,7 @@

Member

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
data class Dto(val channel: Channel, val id: String, val name: String?, val nativePointer: Long)
-
-
-
-
- +
diff --git a/docs/core/core/com.ntt.skyway.core.channel.member/-remote-member/index.html b/docs/core/core/com.ntt.skyway.core.channel.member/-remote-member/index.html index 22eced3..6ee4928 100644 --- a/docs/core/core/com.ntt.skyway.core.channel.member/-remote-member/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel.member/-remote-member/index.html @@ -65,7 +65,7 @@

RemoteMember

-
abstract class RemoteMember : Member

RemoteMemberの操作を行うクラス。

Inheritors

+
abstract class RemoteMember : Member

RemoteMemberの操作を行うクラス。

diff --git a/docs/core/core/com.ntt.skyway.core.channel.member/index.html b/docs/core/core/com.ntt.skyway.core.channel.member/index.html index b42d505..7cb71b2 100644 --- a/docs/core/core/com.ntt.skyway.core.channel.member/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel.member/index.html @@ -86,21 +86,6 @@

Types

- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
@@ -131,21 +116,6 @@

Types

- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-channel-impl/_push-event-handler-task.html b/docs/core/core/com.ntt.skyway.core.channel/-channel-impl/_push-event-handler-task.html new file mode 100644 index 0000000..7e2fca2 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.channel/-channel-impl/_push-event-handler-task.html @@ -0,0 +1,80 @@ + + + + + _pushEventHandlerTask + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

_pushEventHandlerTask

+
+
open override fun _pushEventHandlerTask(eventHandlerTask: () -> Unit)
+
+ +
+
+
+ + diff --git a/docs/core/core/com.ntt.skyway.core.channel/-channel/_push-event-handler-task.html b/docs/core/core/com.ntt.skyway.core.channel/-channel/_push-event-handler-task.html new file mode 100644 index 0000000..598c55f --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.channel/-channel/_push-event-handler-task.html @@ -0,0 +1,80 @@ + + + + + _pushEventHandlerTask + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

_pushEventHandlerTask

+
+
abstract fun _pushEventHandlerTask(eventHandlerTask: () -> Unit)
+
+ +
+
+
+ + diff --git a/docs/core/core/com.ntt.skyway.core.channel/-channel/index.html b/docs/core/core/com.ntt.skyway.core.channel/-channel/index.html index c1d59f7..b20e59f 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-channel/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-channel/index.html @@ -65,7 +65,7 @@

Channel

-
interface Channel

Channelの操作を行うクラス。

Inheritors

+
interface Channel

Channelの操作を行うクラス。

@@ -106,22 +106,7 @@

Types

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract val _threadContext: CoroutineDispatcher
-
-
-
-
- +
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/index.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/index.html index 9251579..b90736e 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-publication/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/index.html @@ -65,7 +65,7 @@

Publication

-
interface Publication

Publicationの操作を行うクラス。

Inheritors

+
interface Publication

Publicationの操作を行うクラス。

@@ -196,21 +196,6 @@

Properties

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract val nativePointer: Long
-
-
-
-
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-repository/-repository.html b/docs/core/core/com.ntt.skyway.core.channel/-repository/-repository.html index a7de9e8..8233185 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-repository/-repository.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-repository/-repository.html @@ -66,7 +66,7 @@

Repository

-
constructor(channel: ChannelImpl)
+
constructor(channel: ChannelImpl)

Repository

-
class Repository(channel: ChannelImpl)
+
class Repository(channel: ChannelImpl)
@@ -82,7 +82,7 @@

Constructors

-
constructor(channel: ChannelImpl)
+
constructor(channel: ChannelImpl)
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-subscription/index.html b/docs/core/core/com.ntt.skyway.core.channel/-subscription/index.html index eab1317..b932225 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-subscription/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-subscription/index.html @@ -65,7 +65,7 @@

Subscription

-
interface Subscription

Subscriptionの操作を行うクラス。

Inheritors

+
interface Subscription

Subscriptionの操作を行うクラス。

@@ -151,21 +151,6 @@

Properties

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract val nativePointer: Long
-
-
-
-
diff --git a/docs/core/core/com.ntt.skyway.core.channel/index.html b/docs/core/core/com.ntt.skyway.core.channel/index.html index 8186dd6..ef403f1 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel/index.html @@ -86,21 +86,6 @@

Types

- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
@@ -116,36 +101,6 @@

Types

- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Repository(channel: ChannelImpl)
-
-
-
-
@@ -161,21 +116,6 @@

Types

- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
diff --git a/docs/core/core/com.ntt.skyway.core.content.local/-local-data-stream/index.html b/docs/core/core/com.ntt.skyway.core.content.local/-local-data-stream/index.html index d8b638a..24b6be8 100644 --- a/docs/core/core/com.ntt.skyway.core.content.local/-local-data-stream/index.html +++ b/docs/core/core/com.ntt.skyway.core.content.local/-local-data-stream/index.html @@ -121,22 +121,7 @@

Properties

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispose()
-
-
-
-
- +
diff --git a/docs/core/core/com.ntt.skyway.core.content.sink/-custom-renderer/index.html b/docs/core/core/com.ntt.skyway.core.content.sink/-custom-renderer/index.html index e16ddd1..6233c59 100644 --- a/docs/core/core/com.ntt.skyway.core.content.sink/-custom-renderer/index.html +++ b/docs/core/core/com.ntt.skyway.core.content.sink/-custom-renderer/index.html @@ -140,21 +140,6 @@

Properties

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override val sink: VideoSink
-
-
-
-
diff --git a/docs/core/core/com.ntt.skyway.core.content.sink/-surface-view-renderer/index.html b/docs/core/core/com.ntt.skyway.core.content.sink/-surface-view-renderer/index.html index 758999f..8f977fb 100644 --- a/docs/core/core/com.ntt.skyway.core.content.sink/-surface-view-renderer/index.html +++ b/docs/core/core/com.ntt.skyway.core.content.sink/-surface-view-renderer/index.html @@ -140,21 +140,6 @@

Properties

- -
-
-
-
sink
- -
Link copied to clipboard
-
-
-
-
open override var sink: SurfaceViewRenderer?
-
-
-
-
diff --git a/docs/core/core/com.ntt.skyway.core.content.sink/index.html b/docs/core/core/com.ntt.skyway.core.content.sink/index.html index 6ab149b..5601970 100644 --- a/docs/core/core/com.ntt.skyway.core.content.sink/index.html +++ b/docs/core/core/com.ntt.skyway.core.content.sink/index.html @@ -71,22 +71,7 @@

Package-level declaratio

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- +
diff --git a/docs/core/core/com.ntt.skyway.core.content/-codec/-companion/index.html b/docs/core/core/com.ntt.skyway.core.content/-codec/-companion/index.html index c5908c0..b9d7bd6 100644 --- a/docs/core/core/com.ntt.skyway.core.content/-codec/-companion/index.html +++ b/docs/core/core/com.ntt.skyway.core.content/-codec/-companion/index.html @@ -68,28 +68,8 @@

Companion

object Companion
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun fromJsonArray(jsonArr: JsonArray): List<Codec>
-
-
-
-
-
-
-
+
+
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun fromJsonArray(jsonArr: JsonArray): List<Encoding>
-
-
-
-
-
-
-
+
+
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun log(level: Logger.LogLevel, message: String)
fun log(level: Logger.LogLevel, message: String, tag: String)
fun log(level: Int, message: String, fileName: String, methodName: String, lineNumber: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun logD(message: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun logE(message: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun logI(message: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun logV(message: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun logW(message: String)
-
-
-
-
-
-

diff --git a/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/-options.html b/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/-options.html index 42b32cd..0b18efa 100644 --- a/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/-options.html +++ b/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/-options.html @@ -66,7 +66,7 @@

Options

-
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)

Parameters

authToken

認証トークン。

logLevel

SkyWayのログレベル。

webRTCLog

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

enableHardwareCodec

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

audioSource

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

+
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)

Parameters

authToken

認証トークン。

logLevel

SkyWayのログレベル。

webRTCLog

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

enableHardwareCodec

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

audioSource

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

-
+
val analytics: SkyWayContext.Analytics? = null
-
+
val iceParams: SkyWayContext.IceParams? = null

Options

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

SkyWayの利用に関する設定。

Parameters

authToken

認証トークン。

logLevel

SkyWayのログレベル。

webRTCLog

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

enableHardwareCodec

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

audioSource

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

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

SkyWayの利用に関する設定。

Parameters

authToken

認証トークン。

logLevel

SkyWayのログレベル。

webRTCLog

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

enableHardwareCodec

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

audioSource

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

@@ -82,7 +82,7 @@

Constructors

-
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)
+
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)
@@ -101,7 +101,7 @@

Properties

- +
val analytics: SkyWayContext.Analytics? = null
@@ -161,7 +161,7 @@

Properties

- +
val iceParams: SkyWayContext.IceParams? = null
@@ -191,7 +191,7 @@

Properties

- +
val rtcApi: SkyWayContext.RtcApi? = null
@@ -221,7 +221,7 @@

Properties

-
val sfu: SkyWayContext.Sfu? = null
+
val sfu: SkyWayContext.Sfu? = null
@@ -236,7 +236,7 @@

Properties

- +
val signaling: SkyWayContext.Signaling? = null
diff --git a/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/rtc-api.html b/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/rtc-api.html index 6e62c57..d42b79d 100644 --- a/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/rtc-api.html +++ b/docs/core/core/com.ntt.skyway.core/-sky-way-context/-options/rtc-api.html @@ -66,7 +66,7 @@

rtcApi

-
+
val rtcApi: SkyWayContext.RtcApi? = null
-
val sfu: SkyWayContext.Sfu? = null
+
val sfu: SkyWayContext.Sfu? = null
-
+
val signaling: SkyWayContext.Signaling? = null