diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/encodings.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/encodings.html index 90d79dd..d2eacf0 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/encodings.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/encodings.html @@ -27,7 +27,7 @@

encodings

-
val encodings: List<Encoding>? = null

エンコーディング設定一覧。

+
val encodings: List<Encoding>? = null

エンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/index.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/index.html index 3639643..b0af7d1 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/index.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/-options/index.html @@ -74,7 +74,7 @@

Properties

-
val encodings: List<Encoding>? = null

エンコーディング設定一覧。

+
val encodings: List<Encoding>? = null

エンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/encodings.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/encodings.html index ba3e8f2..cd19009 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-publication/encodings.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/encodings.html @@ -27,7 +27,7 @@

encodings

-
val encodings: List<Encoding>

このPublicationのエンコード設定。

+
val encodings: List<Encoding>

このPublicationのエンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/get-stats.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/get-stats.html new file mode 100644 index 0000000..78dcffb --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/get-stats.html @@ -0,0 +1,37 @@ + + + + getStats + + + + +
+
+
+
+
+
+ +
+

getStats

+
+
fun getStats(remoteMemberId: String): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

Parameters

remoteMemberId

対象のRemoteMemberのID

+
+ +
+
+ + + 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 1899b8a..845333a 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 @@ -109,6 +109,36 @@

Functions

+ +
+
+
+
getStats
+ +
Link copied to clipboard
+
+
+
+
fun getStats(remoteMemberId: String): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+
+
+
+ +
+
+
+
replaceStream
+ +
Link copied to clipboard
+
+
+
+
fun replaceStream(stream: LocalStream)

送信するStreamを変更します。

+
+
+
+
@@ -196,7 +226,7 @@

Properties

-
val encodings: List<Encoding>

このPublicationのエンコード設定。

+
val encodings: List<Encoding>

このPublicationのエンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

@@ -406,7 +436,7 @@

Properties

-
val stream: Stream?

このPublicationのStream。

+
val stream: Stream?
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/replace-stream.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/replace-stream.html new file mode 100644 index 0000000..aed0c9e --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/replace-stream.html @@ -0,0 +1,37 @@ + + + + replaceStream + + + + +
+
+
+
+
+
+ +
+

replaceStream

+
+
fun replaceStream(stream: LocalStream)

送信するStreamを変更します。

Parameters

stream

変更先のStream。既にpublishしているstreamと同じcontentTypeである必要があります。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.channel/-publication/stream.html b/docs/core/core/com.ntt.skyway.core.channel/-publication/stream.html index a04a0e0..424f3c2 100644 --- a/docs/core/core/com.ntt.skyway.core.channel/-publication/stream.html +++ b/docs/core/core/com.ntt.skyway.core.channel/-publication/stream.html @@ -27,7 +27,7 @@

stream

-
val stream: Stream?

このPublicationのStream。

+
val stream: Stream?
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-subscription/get-stats.html b/docs/core/core/com.ntt.skyway.core.channel/-subscription/get-stats.html new file mode 100644 index 0000000..38107b0 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.channel/-subscription/get-stats.html @@ -0,0 +1,37 @@ + + + + getStats + + + + +
+
+
+
+
+
+ +
+

getStats

+
+
fun getStats(): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+ +
+
+ + + 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 aad2f6f..41e00e2 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 @@ -94,6 +94,21 @@

Functions

+ +
+
+
+
getStats
+ +
Link copied to clipboard
+
+
+
+
fun getStats(): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+
+
+

Properties

@@ -156,6 +171,21 @@

Properties

+ +
+
+
+
preferredEncodingId
+ +
Link copied to clipboard
+
+
+
+
val preferredEncodingId: String

このSubscriptionの優先エンコーディングID。

+
+
+
+
diff --git a/docs/core/core/com.ntt.skyway.core.channel/-subscription/preferred-encoding-id.html b/docs/core/core/com.ntt.skyway.core.channel/-subscription/preferred-encoding-id.html new file mode 100644 index 0000000..d396a85 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.channel/-subscription/preferred-encoding-id.html @@ -0,0 +1,37 @@ + + + + preferredEncodingId + + + + +
+
+
+
+
+
+ +
+

preferredEncodingId

+
+
val preferredEncodingId: String

このSubscriptionの優先エンコーディングID。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content.local/-local-stream/get-stats.html b/docs/core/core/com.ntt.skyway.core.content.local/-local-stream/get-stats.html new file mode 100644 index 0000000..048aed5 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content.local/-local-stream/get-stats.html @@ -0,0 +1,37 @@ + + + + getStats + + + + +
+
+
+
+
+
+ +
+

getStats

+
+
fun getStats(remote_member_id: String): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

Parameters

remote_member_id

対象のRemoteMemberのID

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content.remote/-remote-stream/get-stats.html b/docs/core/core/com.ntt.skyway.core.content.remote/-remote-stream/get-stats.html new file mode 100644 index 0000000..dbf5453 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content.remote/-remote-stream/get-stats.html @@ -0,0 +1,37 @@ + + + + getStats + + + + +
+
+
+
+
+
+ +
+

getStats

+
+
fun getStats(): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/-web-r-t-c-stats-report.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/-web-r-t-c-stats-report.html new file mode 100644 index 0000000..fd267e0 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/-web-r-t-c-stats-report.html @@ -0,0 +1,37 @@ + + + + WebRTCStatsReport + + + + +
+
+
+
+
+
+ +
+

WebRTCStatsReport

+
+
fun WebRTCStatsReport(id: String, type: String, params: Map<String, JsonElement>)
+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/id.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/id.html new file mode 100644 index 0000000..640b3bc --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/id.html @@ -0,0 +1,37 @@ + + + + id + + + + +
+
+
+
+
+
+ +
+

id

+
+
val id: String

統計情報のID。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/index.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/index.html new file mode 100644 index 0000000..226c3b2 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/index.html @@ -0,0 +1,106 @@ + + + + WebRTCStatsReport + + + + +
+
+
+
+
+
+ +
+

WebRTCStatsReport

+
data class WebRTCStatsReport(id: String, type: String, params: Map<String, JsonElement>)

統計情報。

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun WebRTCStatsReport(id: String, type: String, params: Map<String, JsonElement>)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: String

統計情報のID。

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val params: Map<String, JsonElement>

IDとType以外のパラメータ。

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val type: String

統計情報のType。

+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/params.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/params.html new file mode 100644 index 0000000..f8fd240 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/params.html @@ -0,0 +1,37 @@ + + + + params + + + + +
+
+
+
+
+
+ +
+

params

+
+
val params: Map<String, JsonElement>

IDとType以外のパラメータ。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/type.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/type.html new file mode 100644 index 0000000..673265d --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/type.html @@ -0,0 +1,37 @@ + + + + type + + + + +
+
+
+
+
+
+ +
+

type

+
+
val type: String

統計情報のType。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/-web-r-t-c-stats.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/-web-r-t-c-stats.html new file mode 100644 index 0000000..25ec8c3 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/-web-r-t-c-stats.html @@ -0,0 +1,37 @@ + + + + WebRTCStats + + + + +
+
+
+
+
+
+ +
+

WebRTCStats

+
+
fun WebRTCStats(reports: List<WebRTCStatsReport>)
+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/index.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/index.html new file mode 100644 index 0000000..bac2721 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/index.html @@ -0,0 +1,76 @@ + + + + WebRTCStats + + + + +
+
+
+
+
+
+ +
+

WebRTCStats

+
data class WebRTCStats(reports: List<WebRTCStatsReport>)

統計情報の一覧。

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun WebRTCStats(reports: List<WebRTCStatsReport>)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val reports: List<WebRTCStatsReport>
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/reports.html b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/reports.html new file mode 100644 index 0000000..ab80345 --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core.content/-web-r-t-c-stats/reports.html @@ -0,0 +1,37 @@ + + + + reports + + + + +
+
+
+
+
+
+ +
+

reports

+
+
val reports: List<WebRTCStatsReport>
+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core.content/index.html b/docs/core/core/com.ntt.skyway.core.content/index.html index 67f14e9..dfee6c0 100644 --- a/docs/core/core/com.ntt.skyway.core.content/index.html +++ b/docs/core/core/com.ntt.skyway.core.content/index.html @@ -76,6 +76,36 @@

Types

+ +
+
+
+
WebRTCStats
+ +
Link copied to clipboard
+
+
+
+
data class WebRTCStats(reports: List<WebRTCStatsReport>)

統計情報の一覧。

+
+
+
+
+ +
+
+
+
WebRTCStatsReport
+ +
Link copied to clipboard
+
+
+
+
data class WebRTCStatsReport(id: String, type: String, params: Map<String, JsonElement>)

統計情報。

+
+
+
+
diff --git a/docs/core/core/com.ntt.skyway.core/-sky-way-context/_update-rtc-config.html b/docs/core/core/com.ntt.skyway.core/-sky-way-context/_update-rtc-config.html new file mode 100644 index 0000000..4bc1e3d --- /dev/null +++ b/docs/core/core/com.ntt.skyway.core/-sky-way-context/_update-rtc-config.html @@ -0,0 +1,37 @@ + + + + _updateRtcConfig + + + + +
+
+
+
+
+
+ +
+

_updateRtcConfig

+
+
fun _updateRtcConfig(rtcConfig: SkyWayContext.RtcConfig)

RtcConfigを更新します。 このAPIは内部向けのものであり、サポート対象外です

Parameters

rtcConfig

更新後のRtcConfig。

+
+ +
+
+ + + diff --git a/docs/core/core/com.ntt.skyway.core/-sky-way-context/index.html b/docs/core/core/com.ntt.skyway.core/-sky-way-context/index.html index 8ef23a9..68279b7 100644 --- a/docs/core/core/com.ntt.skyway.core/-sky-way-context/index.html +++ b/docs/core/core/com.ntt.skyway.core/-sky-way-context/index.html @@ -169,7 +169,22 @@

Types

Functions

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun _updateRtcConfig(rtcConfig: SkyWayContext.RtcConfig)

RtcConfigを更新します。 このAPIは内部向けのものであり、サポート対象外です

+
+
+
+
+
diff --git a/docs/core/core/package-list b/docs/core/core/package-list index 6d835a0..5584c03 100644 --- a/docs/core/core/package-list +++ b/docs/core/core/package-list @@ -121,6 +121,7 @@ $dokka.location:com.ntt.skyway.core.channel/Publication/contentType/#/PointingTo $dokka.location:com.ntt.skyway.core.channel/Publication/disable/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/disable.html $dokka.location:com.ntt.skyway.core.channel/Publication/enable/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/enable.html $dokka.location:com.ntt.skyway.core.channel/Publication/encodings/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/encodings.html +$dokka.location:com.ntt.skyway.core.channel/Publication/getStats/#kotlin.String/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/get-stats.html $dokka.location:com.ntt.skyway.core.channel/Publication/id/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/id.html $dokka.location:com.ntt.skyway.core.channel/Publication/metadata/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/metadata.html $dokka.location:com.ntt.skyway.core.channel/Publication/nativePointer/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/native-pointer.html @@ -133,6 +134,7 @@ $dokka.location:com.ntt.skyway.core.channel/Publication/onUnpublishedHandler/#/P $dokka.location:com.ntt.skyway.core.channel/Publication/onUnsubscribedHandler/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/on-unsubscribed-handler.html $dokka.location:com.ntt.skyway.core.channel/Publication/origin/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/origin.html $dokka.location:com.ntt.skyway.core.channel/Publication/publisher/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/publisher.html +$dokka.location:com.ntt.skyway.core.channel/Publication/replaceStream/#com.ntt.skyway.core.content.local.LocalStream/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/replace-stream.html $dokka.location:com.ntt.skyway.core.channel/Publication/state/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/state.html $dokka.location:com.ntt.skyway.core.channel/Publication/stream/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/stream.html $dokka.location:com.ntt.skyway.core.channel/Publication/subscriptions/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-publication/subscriptions.html @@ -151,8 +153,10 @@ $dokka.location:com.ntt.skyway.core.channel/Subscription/cancel/#/PointingToDecl $dokka.location:com.ntt.skyway.core.channel/Subscription/changePreferredEncoding/#kotlin.String/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/change-preferred-encoding.html $dokka.location:com.ntt.skyway.core.channel/Subscription/channel/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/channel.html $dokka.location:com.ntt.skyway.core.channel/Subscription/contentType/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/content-type.html +$dokka.location:com.ntt.skyway.core.channel/Subscription/getStats/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/get-stats.html $dokka.location:com.ntt.skyway.core.channel/Subscription/id/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/id.html $dokka.location:com.ntt.skyway.core.channel/Subscription/onCanceledHandler/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/on-canceled-handler.html +$dokka.location:com.ntt.skyway.core.channel/Subscription/preferredEncodingId/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/preferred-encoding-id.html $dokka.location:com.ntt.skyway.core.channel/Subscription/publication/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/publication.html $dokka.location:com.ntt.skyway.core.channel/Subscription/state/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/state.html $dokka.location:com.ntt.skyway.core.channel/Subscription/stream/#/PointingToDeclaration/core/com.ntt.skyway.core.channel/-subscription/stream.html @@ -315,6 +319,14 @@ $dokka.location:com.ntt.skyway.core.content/Stream/contentType/#/PointingToDecla $dokka.location:com.ntt.skyway.core.content/Stream/dispose/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-stream/dispose.html $dokka.location:com.ntt.skyway.core.content/Stream/id/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-stream/id.html $dokka.location:com.ntt.skyway.core.content/Stream/side/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-stream/side.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStats///PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats/index.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStats/WebRTCStats/#kotlin.collections.List[com.ntt.skyway.core.content.WebRTCStatsReport]/PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats/-web-r-t-c-stats.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStats/reports/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats/reports.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStatsReport///PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/index.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStatsReport/WebRTCStatsReport/#kotlin.String#kotlin.String#kotlin.collections.Map[kotlin.String,com.google.gson.JsonElement]/PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/-web-r-t-c-stats-report.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStatsReport/id/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/id.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStatsReport/params/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/params.html +$dokka.location:com.ntt.skyway.core.content/WebRTCStatsReport/type/#/PointingToDeclaration/core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/type.html $dokka.location:com.ntt.skyway.core.util////PointingToDeclaration/core/com.ntt.skyway.core.util/index.html $dokka.location:com.ntt.skyway.core.util/Logger.LogLevel.DEBUG///PointingToDeclaration/core/com.ntt.skyway.core.util/-logger/-log-level/-d-e-b-u-g/index.html $dokka.location:com.ntt.skyway.core.util/Logger.LogLevel.ERROR///PointingToDeclaration/core/com.ntt.skyway.core.util/-logger/-log-level/-e-r-r-o-r/index.html @@ -378,6 +390,7 @@ $dokka.location:com.ntt.skyway.core/SkyWayContext.TurnPolicy.ENABLE///PointingTo $dokka.location:com.ntt.skyway.core/SkyWayContext.TurnPolicy.TURN_ONLY///PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-t-u-r-n_-o-n-l-y/index.html $dokka.location:com.ntt.skyway.core/SkyWayContext.TurnPolicy///PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/-turn-policy/index.html $dokka.location:com.ntt.skyway.core/SkyWayContext///PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/index.html +$dokka.location:com.ntt.skyway.core/SkyWayContext/_updateRtcConfig/#com.ntt.skyway.core.SkyWayContext.RtcConfig/PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/_update-rtc-config.html $dokka.location:com.ntt.skyway.core/SkyWayContext/dispose/#/PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/dispose.html $dokka.location:com.ntt.skyway.core/SkyWayContext/findPlugin/#kotlin.String/PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/find-plugin.html $dokka.location:com.ntt.skyway.core/SkyWayContext/isSetup/#/PointingToDeclaration/core/com.ntt.skyway.core/-sky-way-context/is-setup.html diff --git a/docs/core/navigation.html b/docs/core/navigation.html index 6809524..6f7a3f0 100644 --- a/docs/core/navigation.html +++ b/docs/core/navigation.html @@ -44,6 +44,12 @@ + +
diff --git a/docs/core/scripts/pages.json b/docs/core/scripts/pages.json index db53475..2fa2f02 100644 --- a/docs/core/scripts/pages.json +++ b/docs/core/scripts/pages.json @@ -1 +1 @@ -[{"name":"AUDIO()","description":"com.ntt.skyway.core.content.Stream.ContentType.AUDIO","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-a-u-d-i-o/index.html","searchKeys":["AUDIO","AUDIO()","com.ntt.skyway.core.content.Stream.ContentType.AUDIO"]},{"name":"AV1(\"video/AV1\")","description":"com.ntt.skyway.core.content.Codec.MimeType.AV1","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-a-v1/index.html","searchKeys":["AV1","AV1(\"video/AV1\")","com.ntt.skyway.core.content.Codec.MimeType.AV1"]},{"name":"BOT()","description":"com.ntt.skyway.core.channel.member.Member.Type.BOT","location":"core/com.ntt.skyway.core.channel.member/-member/-type/-b-o-t/index.html","searchKeys":["BOT","BOT()","com.ntt.skyway.core.channel.member.Member.Type.BOT"]},{"name":"CANCELED()","description":"com.ntt.skyway.core.channel.Publication.State.CANCELED","location":"core/com.ntt.skyway.core.channel/-publication/-state/-c-a-n-c-e-l-e-d/index.html","searchKeys":["CANCELED","CANCELED()","com.ntt.skyway.core.channel.Publication.State.CANCELED"]},{"name":"CANCELED()","description":"com.ntt.skyway.core.channel.Subscription.State.CANCELED","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-c-a-n-c-e-l-e-d/index.html","searchKeys":["CANCELED","CANCELED()","com.ntt.skyway.core.channel.Subscription.State.CANCELED"]},{"name":"CLOSED()","description":"com.ntt.skyway.core.channel.Channel.State.CLOSED","location":"core/com.ntt.skyway.core.channel/-channel/-state/-c-l-o-s-e-d/index.html","searchKeys":["CLOSED","CLOSED()","com.ntt.skyway.core.channel.Channel.State.CLOSED"]},{"name":"DATA()","description":"com.ntt.skyway.core.content.Stream.ContentType.DATA","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-d-a-t-a/index.html","searchKeys":["DATA","DATA()","com.ntt.skyway.core.content.Stream.ContentType.DATA"]},{"name":"DEBUG()","description":"com.ntt.skyway.core.util.Logger.LogLevel.DEBUG","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG()","com.ntt.skyway.core.util.Logger.LogLevel.DEBUG"]},{"name":"DISABLE()","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy.DISABLE","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-d-i-s-a-b-l-e/index.html","searchKeys":["DISABLE","DISABLE()","com.ntt.skyway.core.SkyWayContext.TurnPolicy.DISABLE"]},{"name":"DISABLED()","description":"com.ntt.skyway.core.channel.Publication.State.DISABLED","location":"core/com.ntt.skyway.core.channel/-publication/-state/-d-i-s-a-b-l-e-d/index.html","searchKeys":["DISABLED","DISABLED()","com.ntt.skyway.core.channel.Publication.State.DISABLED"]},{"name":"DISABLED()","description":"com.ntt.skyway.core.channel.Subscription.State.DISABLED","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-d-i-s-a-b-l-e-d/index.html","searchKeys":["DISABLED","DISABLED()","com.ntt.skyway.core.channel.Subscription.State.DISABLED"]},{"name":"ENABLE()","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy.ENABLE","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-e-n-a-b-l-e/index.html","searchKeys":["ENABLE","ENABLE()","com.ntt.skyway.core.SkyWayContext.TurnPolicy.ENABLE"]},{"name":"ENABLED()","description":"com.ntt.skyway.core.channel.Publication.State.ENABLED","location":"core/com.ntt.skyway.core.channel/-publication/-state/-e-n-a-b-l-e-d/index.html","searchKeys":["ENABLED","ENABLED()","com.ntt.skyway.core.channel.Publication.State.ENABLED"]},{"name":"ENABLED()","description":"com.ntt.skyway.core.channel.Subscription.State.ENABLED","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-e-n-a-b-l-e-d/index.html","searchKeys":["ENABLED","ENABLED()","com.ntt.skyway.core.channel.Subscription.State.ENABLED"]},{"name":"ERROR()","description":"com.ntt.skyway.core.util.Logger.LogLevel.ERROR","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-e-r-r-o-r/index.html","searchKeys":["ERROR","ERROR()","com.ntt.skyway.core.util.Logger.LogLevel.ERROR"]},{"name":"FILL_PARENT(-1)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.FILL_PARENT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/-f-i-l-l_-p-a-r-e-n-t/index.html","searchKeys":["FILL_PARENT","FILL_PARENT(-1)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.FILL_PARENT"]},{"name":"H264(\"video/h264\")","description":"com.ntt.skyway.core.content.Codec.MimeType.H264","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-h264/index.html","searchKeys":["H264","H264(\"video/h264\")","com.ntt.skyway.core.content.Codec.MimeType.H264"]},{"name":"INFO()","description":"com.ntt.skyway.core.util.Logger.LogLevel.INFO","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO()","com.ntt.skyway.core.util.Logger.LogLevel.INFO"]},{"name":"JOINED()","description":"com.ntt.skyway.core.channel.member.Member.State.JOINED","location":"core/com.ntt.skyway.core.channel.member/-member/-state/-j-o-i-n-e-d/index.html","searchKeys":["JOINED","JOINED()","com.ntt.skyway.core.channel.member.Member.State.JOINED"]},{"name":"LEFT()","description":"com.ntt.skyway.core.channel.member.Member.State.LEFT","location":"core/com.ntt.skyway.core.channel.member/-member/-state/-l-e-f-t/index.html","searchKeys":["LEFT","LEFT()","com.ntt.skyway.core.channel.member.Member.State.LEFT"]},{"name":"LOCAL()","description":"com.ntt.skyway.core.channel.member.Member.Side.LOCAL","location":"core/com.ntt.skyway.core.channel.member/-member/-side/-l-o-c-a-l/index.html","searchKeys":["LOCAL","LOCAL()","com.ntt.skyway.core.channel.member.Member.Side.LOCAL"]},{"name":"LOCAL()","description":"com.ntt.skyway.core.content.Stream.Side.LOCAL","location":"core/com.ntt.skyway.core.content/-stream/-side/-l-o-c-a-l/index.html","searchKeys":["LOCAL","LOCAL()","com.ntt.skyway.core.content.Stream.Side.LOCAL"]},{"name":"MATCH_PARENT(-1)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.MATCH_PARENT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/-m-a-t-c-h_-p-a-r-e-n-t/index.html","searchKeys":["MATCH_PARENT","MATCH_PARENT(-1)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.MATCH_PARENT"]},{"name":"NONE()","description":"com.ntt.skyway.core.util.Logger.LogLevel.NONE","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-n-o-n-e/index.html","searchKeys":["NONE","NONE()","com.ntt.skyway.core.util.Logger.LogLevel.NONE"]},{"name":"OPENED()","description":"com.ntt.skyway.core.channel.Channel.State.OPENED","location":"core/com.ntt.skyway.core.channel/-channel/-state/-o-p-e-n-e-d/index.html","searchKeys":["OPENED","OPENED()","com.ntt.skyway.core.channel.Channel.State.OPENED"]},{"name":"OPUS(\"audio/opus\")","description":"com.ntt.skyway.core.content.Codec.MimeType.OPUS","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-o-p-u-s/index.html","searchKeys":["OPUS","OPUS(\"audio/opus\")","com.ntt.skyway.core.content.Codec.MimeType.OPUS"]},{"name":"PERSON()","description":"com.ntt.skyway.core.channel.member.Member.Type.PERSON","location":"core/com.ntt.skyway.core.channel.member/-member/-type/-p-e-r-s-o-n/index.html","searchKeys":["PERSON","PERSON()","com.ntt.skyway.core.channel.member.Member.Type.PERSON"]},{"name":"RED(\"audio/red\")","description":"com.ntt.skyway.core.content.Codec.MimeType.RED","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-r-e-d/index.html","searchKeys":["RED","RED(\"audio/red\")","com.ntt.skyway.core.content.Codec.MimeType.RED"]},{"name":"REMOTE()","description":"com.ntt.skyway.core.channel.member.Member.Side.REMOTE","location":"core/com.ntt.skyway.core.channel.member/-member/-side/-r-e-m-o-t-e/index.html","searchKeys":["REMOTE","REMOTE()","com.ntt.skyway.core.channel.member.Member.Side.REMOTE"]},{"name":"REMOTE()","description":"com.ntt.skyway.core.content.Stream.Side.REMOTE","location":"core/com.ntt.skyway.core.content/-stream/-side/-r-e-m-o-t-e/index.html","searchKeys":["REMOTE","REMOTE()","com.ntt.skyway.core.content.Stream.Side.REMOTE"]},{"name":"SCALE_ASPECT_BALANCED()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_BALANCED","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-s-c-a-l-e_-a-s-p-e-c-t_-b-a-l-a-n-c-e-d/index.html","searchKeys":["SCALE_ASPECT_BALANCED","SCALE_ASPECT_BALANCED()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_BALANCED"]},{"name":"SCALE_ASPECT_FILL()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FILL","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-s-c-a-l-e_-a-s-p-e-c-t_-f-i-l-l/index.html","searchKeys":["SCALE_ASPECT_FILL","SCALE_ASPECT_FILL()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FILL"]},{"name":"SCALE_ASPECT_FIT()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FIT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-s-c-a-l-e_-a-s-p-e-c-t_-f-i-t/index.html","searchKeys":["SCALE_ASPECT_FIT","SCALE_ASPECT_FIT()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FIT"]},{"name":"TURN_ONLY()","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy.TURN_ONLY","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-t-u-r-n_-o-n-l-y/index.html","searchKeys":["TURN_ONLY","TURN_ONLY()","com.ntt.skyway.core.SkyWayContext.TurnPolicy.TURN_ONLY"]},{"name":"VERBOSE()","description":"com.ntt.skyway.core.util.Logger.LogLevel.VERBOSE","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-v-e-r-b-o-s-e/index.html","searchKeys":["VERBOSE","VERBOSE()","com.ntt.skyway.core.util.Logger.LogLevel.VERBOSE"]},{"name":"VIDEO()","description":"com.ntt.skyway.core.content.Stream.ContentType.VIDEO","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-v-i-d-e-o/index.html","searchKeys":["VIDEO","VIDEO()","com.ntt.skyway.core.content.Stream.ContentType.VIDEO"]},{"name":"VP8(\"video/VP8\")","description":"com.ntt.skyway.core.content.Codec.MimeType.VP8","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-v-p8/index.html","searchKeys":["VP8","VP8(\"video/VP8\")","com.ntt.skyway.core.content.Codec.MimeType.VP8"]},{"name":"VP9(\"video/VP9\")","description":"com.ntt.skyway.core.content.Codec.MimeType.VP9","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-v-p9/index.html","searchKeys":["VP9","VP9(\"video/VP9\")","com.ntt.skyway.core.content.Codec.MimeType.VP9"]},{"name":"WARN()","description":"com.ntt.skyway.core.util.Logger.LogLevel.WARN","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-w-a-r-n/index.html","searchKeys":["WARN","WARN()","com.ntt.skyway.core.util.Logger.LogLevel.WARN"]},{"name":"WRAP_CONTENT(-2)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.WRAP_CONTENT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/-w-r-a-p_-c-o-n-t-e-n-t/index.html","searchKeys":["WRAP_CONTENT","WRAP_CONTENT(-2)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.WRAP_CONTENT"]},{"name":"abstract class LocalStream : Stream","description":"com.ntt.skyway.core.content.local.LocalStream","location":"core/com.ntt.skyway.core.content.local/-local-stream/index.html","searchKeys":["LocalStream","abstract class LocalStream : Stream","com.ntt.skyway.core.content.local.LocalStream"]},{"name":"abstract class Member","description":"com.ntt.skyway.core.channel.member.Member","location":"core/com.ntt.skyway.core.channel.member/-member/index.html","searchKeys":["Member","abstract class Member","com.ntt.skyway.core.channel.member.Member"]},{"name":"abstract class RemoteMember(dto: Member.Dto) : Member","description":"com.ntt.skyway.core.channel.member.RemoteMember","location":"core/com.ntt.skyway.core.channel.member/-remote-member/index.html","searchKeys":["RemoteMember","abstract class RemoteMember(dto: Member.Dto) : Member","com.ntt.skyway.core.channel.member.RemoteMember"]},{"name":"abstract class RemoteStream : Stream","description":"com.ntt.skyway.core.content.remote.RemoteStream","location":"core/com.ntt.skyway.core.content.remote/-remote-stream/index.html","searchKeys":["RemoteStream","abstract class RemoteStream : Stream","com.ntt.skyway.core.content.remote.RemoteStream"]},{"name":"abstract class Stream(id: String, nativePointer: Long)","description":"com.ntt.skyway.core.content.Stream","location":"core/com.ntt.skyway.core.content/-stream/index.html","searchKeys":["Stream","abstract class Stream(id: String, nativePointer: Long)","com.ntt.skyway.core.content.Stream"]},{"name":"abstract class VideoSource","description":"com.ntt.skyway.core.content.local.source.VideoSource","location":"core/com.ntt.skyway.core.content.local.source/-video-source/index.html","searchKeys":["VideoSource","abstract class VideoSource","com.ntt.skyway.core.content.local.source.VideoSource"]},{"name":"abstract fun createRemoteMember(dto: Member.Dto): RemoteMember","description":"com.ntt.skyway.plugin.Plugin.createRemoteMember","location":"core/com.ntt.skyway.plugin/-plugin/create-remote-member.html","searchKeys":["createRemoteMember","abstract fun createRemoteMember(dto: Member.Dto): RemoteMember","com.ntt.skyway.plugin.Plugin.createRemoteMember"]},{"name":"abstract fun dispose()","description":"com.ntt.skyway.core.content.Stream.dispose","location":"core/com.ntt.skyway.core.content/-stream/dispose.html","searchKeys":["dispose","abstract fun dispose()","com.ntt.skyway.core.content.Stream.dispose"]},{"name":"abstract fun dispose()","description":"com.ntt.skyway.core.content.sink.Renderer.dispose","location":"core/com.ntt.skyway.core.content.sink/-renderer/dispose.html","searchKeys":["dispose","abstract fun dispose()","com.ntt.skyway.core.content.sink.Renderer.dispose"]},{"name":"abstract val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.Stream.contentType","location":"core/com.ntt.skyway.core.content/-stream/content-type.html","searchKeys":["contentType","abstract val contentType: Stream.ContentType","com.ntt.skyway.core.content.Stream.contentType"]},{"name":"abstract val name: String","description":"com.ntt.skyway.plugin.Plugin.name","location":"core/com.ntt.skyway.plugin/-plugin/name.html","searchKeys":["name","abstract val name: String","com.ntt.skyway.plugin.Plugin.name"]},{"name":"abstract val side: Member.Side","description":"com.ntt.skyway.core.channel.member.Member.side","location":"core/com.ntt.skyway.core.channel.member/-member/side.html","searchKeys":["side","abstract val side: Member.Side","com.ntt.skyway.core.channel.member.Member.side"]},{"name":"abstract val side: Stream.Side","description":"com.ntt.skyway.core.content.Stream.side","location":"core/com.ntt.skyway.core.content/-stream/side.html","searchKeys":["side","abstract val side: Stream.Side","com.ntt.skyway.core.content.Stream.side"]},{"name":"abstract val sink: VideoSink","description":"com.ntt.skyway.core.content.sink.Renderer.sink","location":"core/com.ntt.skyway.core.content.sink/-renderer/sink.html","searchKeys":["sink","abstract val sink: VideoSink","com.ntt.skyway.core.content.sink.Renderer.sink"]},{"name":"abstract val subType: String","description":"com.ntt.skyway.core.channel.member.Member.subType","location":"core/com.ntt.skyway.core.channel.member/-member/sub-type.html","searchKeys":["subType","abstract val subType: String","com.ntt.skyway.core.channel.member.Member.subType"]},{"name":"abstract val type: Member.Type","description":"com.ntt.skyway.core.channel.member.Member.type","location":"core/com.ntt.skyway.core.channel.member/-member/type.html","searchKeys":["type","abstract val type: Member.Type","com.ntt.skyway.core.channel.member.Member.type"]},{"name":"abstract var isSetup: Boolean","description":"com.ntt.skyway.core.content.sink.Renderer.isSetup","location":"core/com.ntt.skyway.core.content.sink/-renderer/is-setup.html","searchKeys":["isSetup","abstract var isSetup: Boolean","com.ntt.skyway.core.content.sink.Renderer.isSetup"]},{"name":"annotation class SkyWayOptIn","description":"com.ntt.skyway.core.SkyWayOptIn","location":"core/com.ntt.skyway.core/-sky-way-opt-in/index.html","searchKeys":["SkyWayOptIn","annotation class SkyWayOptIn","com.ntt.skyway.core.SkyWayOptIn"]},{"name":"class Channel","description":"com.ntt.skyway.core.channel.Channel","location":"core/com.ntt.skyway.core.channel/-channel/index.html","searchKeys":["Channel","class Channel","com.ntt.skyway.core.channel.Channel"]},{"name":"class CustomRenderer : Renderer","description":"com.ntt.skyway.core.content.sink.CustomRenderer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/index.html","searchKeys":["CustomRenderer","class CustomRenderer : Renderer","com.ntt.skyway.core.content.sink.CustomRenderer"]},{"name":"class CustomVideoFrameSource(width: Int, height: Int) : VideoSource","description":"com.ntt.skyway.core.content.local.source.CustomVideoFrameSource","location":"core/com.ntt.skyway.core.content.local.source/-custom-video-frame-source/index.html","searchKeys":["CustomVideoFrameSource","class CustomVideoFrameSource(width: Int, height: Int) : VideoSource","com.ntt.skyway.core.content.local.source.CustomVideoFrameSource"]},{"name":"class DataSource","description":"com.ntt.skyway.core.content.local.source.DataSource","location":"core/com.ntt.skyway.core.content.local.source/-data-source/index.html","searchKeys":["DataSource","class DataSource","com.ntt.skyway.core.content.local.source.DataSource"]},{"name":"class LocalAudioStream : LocalStream","description":"com.ntt.skyway.core.content.local.LocalAudioStream","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/index.html","searchKeys":["LocalAudioStream","class LocalAudioStream : LocalStream","com.ntt.skyway.core.content.local.LocalAudioStream"]},{"name":"class LocalDataStream : LocalStream","description":"com.ntt.skyway.core.content.local.LocalDataStream","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/index.html","searchKeys":["LocalDataStream","class LocalDataStream : LocalStream","com.ntt.skyway.core.content.local.LocalDataStream"]},{"name":"class LocalPerson : Member","description":"com.ntt.skyway.core.channel.member.LocalPerson","location":"core/com.ntt.skyway.core.channel.member/-local-person/index.html","searchKeys":["LocalPerson","class LocalPerson : Member","com.ntt.skyway.core.channel.member.LocalPerson"]},{"name":"class LocalVideoStream : LocalStream","description":"com.ntt.skyway.core.content.local.LocalVideoStream","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/index.html","searchKeys":["LocalVideoStream","class LocalVideoStream : LocalStream","com.ntt.skyway.core.content.local.LocalVideoStream"]},{"name":"class Publication","description":"com.ntt.skyway.core.channel.Publication","location":"core/com.ntt.skyway.core.channel/-publication/index.html","searchKeys":["Publication","class Publication","com.ntt.skyway.core.channel.Publication"]},{"name":"class RemoteAudioStream : RemoteStream","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/index.html","searchKeys":["RemoteAudioStream","class RemoteAudioStream : RemoteStream","com.ntt.skyway.core.content.remote.RemoteAudioStream"]},{"name":"class RemoteDataStream : RemoteStream","description":"com.ntt.skyway.core.content.remote.RemoteDataStream","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/index.html","searchKeys":["RemoteDataStream","class RemoteDataStream : RemoteStream","com.ntt.skyway.core.content.remote.RemoteDataStream"]},{"name":"class RemotePerson : RemoteMember","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/index.html","searchKeys":["RemotePerson","class RemotePerson : RemoteMember","com.ntt.skyway.plugin.remotePerson.RemotePerson"]},{"name":"class RemotePersonPlugin : Plugin","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/index.html","searchKeys":["RemotePersonPlugin","class RemotePersonPlugin : Plugin","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin"]},{"name":"class RemoteVideoStream : RemoteStream","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/index.html","searchKeys":["RemoteVideoStream","class RemoteVideoStream : RemoteStream","com.ntt.skyway.core.content.remote.RemoteVideoStream"]},{"name":"class Subscription","description":"com.ntt.skyway.core.channel.Subscription","location":"core/com.ntt.skyway.core.channel/-subscription/index.html","searchKeys":["Subscription","class Subscription","com.ntt.skyway.core.channel.Subscription"]},{"name":"class SurfaceViewRenderer : FrameLayout, Renderer","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/index.html","searchKeys":["SurfaceViewRenderer","class SurfaceViewRenderer : FrameLayout, Renderer","com.ntt.skyway.core.content.sink.SurfaceViewRenderer"]},{"name":"class VideoFileSource(context: Context, fileName: String) : VideoSource","description":"com.ntt.skyway.core.content.local.source.VideoFileSource","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/index.html","searchKeys":["VideoFileSource","class VideoFileSource(context: Context, fileName: String) : VideoSource","com.ntt.skyway.core.content.local.source.VideoFileSource"]},{"name":"data class CapturingOptions(width: Int, height: Int, frameRate: Int)","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/index.html","searchKeys":["CapturingOptions","data class CapturingOptions(width: Int, height: Int, frameRate: Int)","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions"]},{"name":"data class Codec(mimeType: String)","description":"com.ntt.skyway.core.content.Codec","location":"core/com.ntt.skyway.core.content/-codec/index.html","searchKeys":["Codec","data class Codec(mimeType: String)","com.ntt.skyway.core.content.Codec"]},{"name":"data class Dto(channel: Channel, id: String, name: String, nativePointer: Long)","description":"com.ntt.skyway.core.channel.member.Member.Dto","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/index.html","searchKeys":["Dto","data class Dto(channel: Channel, id: String, name: String, nativePointer: Long)","com.ntt.skyway.core.channel.member.Member.Dto"]},{"name":"data class Encoding(id: String?, maxBitrate: Int?, scaleResolutionDownBy: Double?, maxFramerate: Double?)","description":"com.ntt.skyway.core.content.Encoding","location":"core/com.ntt.skyway.core.content/-encoding/index.html","searchKeys":["Encoding","data class Encoding(id: String?, maxBitrate: Int?, scaleResolutionDownBy: Double?, maxFramerate: Double?)","com.ntt.skyway.core.content.Encoding"]},{"name":"data class Error(message: String)","description":"com.ntt.skyway.core.SkyWayContext.Error","location":"core/com.ntt.skyway.core/-sky-way-context/-error/index.html","searchKeys":["Error","data class Error(message: String)","com.ntt.skyway.core.SkyWayContext.Error"]},{"name":"data class IceParams(domain: String?, version: Int?, secure: Boolean?)","description":"com.ntt.skyway.core.SkyWayContext.IceParams","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/index.html","searchKeys":["IceParams","data class IceParams(domain: String?, version: Int?, secure: Boolean?)","com.ntt.skyway.core.SkyWayContext.IceParams"]},{"name":"data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int, type: Member.Type, subtype: String)","description":"com.ntt.skyway.core.channel.member.Member.Init","location":"core/com.ntt.skyway.core.channel.member/-member/-init/index.html","searchKeys":["Init","data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int, type: Member.Type, subtype: String)","com.ntt.skyway.core.channel.member.Member.Init"]},{"name":"data class Options(authToken: String, logLevel: Logger.LogLevel, webRTCLog: Boolean, enableHardwareCodec: Boolean, rtcApi: SkyWayContext.RtcApi?, iceParams: SkyWayContext.IceParams?, signaling: SkyWayContext.Signaling?, rtcConfig: SkyWayContext.RtcConfig?, sfu: SkyWayContext.Sfu?, token: SkyWayContext.Token?)","description":"com.ntt.skyway.core.SkyWayContext.Options","location":"core/com.ntt.skyway.core/-sky-way-context/-options/index.html","searchKeys":["Options","data class Options(authToken: String, logLevel: Logger.LogLevel, webRTCLog: Boolean, enableHardwareCodec: Boolean, rtcApi: SkyWayContext.RtcApi?, iceParams: SkyWayContext.IceParams?, signaling: SkyWayContext.Signaling?, rtcConfig: SkyWayContext.RtcConfig?, sfu: SkyWayContext.Sfu?, token: SkyWayContext.Token?)","com.ntt.skyway.core.SkyWayContext.Options"]},{"name":"data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?)","description":"com.ntt.skyway.core.channel.Publication.Options","location":"core/com.ntt.skyway.core.channel/-publication/-options/index.html","searchKeys":["Options","data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?)","com.ntt.skyway.core.channel.Publication.Options"]},{"name":"data class Options(preferredEncodingId: String?)","description":"com.ntt.skyway.core.channel.Subscription.Options","location":"core/com.ntt.skyway.core.channel/-subscription/-options/index.html","searchKeys":["Options","data class Options(preferredEncodingId: String?)","com.ntt.skyway.core.channel.Subscription.Options"]},{"name":"data class RtcApi(domain: String?, secure: Boolean?)","description":"com.ntt.skyway.core.SkyWayContext.RtcApi","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/index.html","searchKeys":["RtcApi","data class RtcApi(domain: String?, secure: Boolean?)","com.ntt.skyway.core.SkyWayContext.RtcApi"]},{"name":"data class RtcConfig(timeout: Int?, policy: SkyWayContext.TurnPolicy?)","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/index.html","searchKeys":["RtcConfig","data class RtcConfig(timeout: Int?, policy: SkyWayContext.TurnPolicy?)","com.ntt.skyway.core.SkyWayContext.RtcConfig"]},{"name":"data class Sfu(domain: String?)","description":"com.ntt.skyway.core.SkyWayContext.Sfu","location":"core/com.ntt.skyway.core/-sky-way-context/-sfu/index.html","searchKeys":["Sfu","data class Sfu(domain: String?)","com.ntt.skyway.core.SkyWayContext.Sfu"]},{"name":"data class Signaling(domain: String?, secure: Boolean?)","description":"com.ntt.skyway.core.SkyWayContext.Signaling","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/index.html","searchKeys":["Signaling","data class Signaling(domain: String?, secure: Boolean?)","com.ntt.skyway.core.SkyWayContext.Signaling"]},{"name":"data class Token(tokenReminderTimeSec: Int?)","description":"com.ntt.skyway.core.SkyWayContext.Token","location":"core/com.ntt.skyway.core/-sky-way-context/-token/index.html","searchKeys":["Token","data class Token(tokenReminderTimeSec: Int?)","com.ntt.skyway.core.SkyWayContext.Token"]},{"name":"data class VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/index.html","searchKeys":["VideoFrameBuffer","data class VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer"]},{"name":"enum ContentType : Enum ","description":"com.ntt.skyway.core.content.Stream.ContentType","location":"core/com.ntt.skyway.core.content/-stream/-content-type/index.html","searchKeys":["ContentType","enum ContentType : Enum ","com.ntt.skyway.core.content.Stream.ContentType"]},{"name":"enum LayoutParam : Enum ","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/index.html","searchKeys":["LayoutParam","enum LayoutParam : Enum ","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam"]},{"name":"enum LogLevel : Enum ","description":"com.ntt.skyway.core.util.Logger.LogLevel","location":"core/com.ntt.skyway.core.util/-logger/-log-level/index.html","searchKeys":["LogLevel","enum LogLevel : Enum ","com.ntt.skyway.core.util.Logger.LogLevel"]},{"name":"enum MimeType : Enum ","description":"com.ntt.skyway.core.content.Codec.MimeType","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/index.html","searchKeys":["MimeType","enum MimeType : Enum ","com.ntt.skyway.core.content.Codec.MimeType"]},{"name":"enum ScalingType : Enum ","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/index.html","searchKeys":["ScalingType","enum ScalingType : Enum ","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType"]},{"name":"enum Side : Enum ","description":"com.ntt.skyway.core.channel.member.Member.Side","location":"core/com.ntt.skyway.core.channel.member/-member/-side/index.html","searchKeys":["Side","enum Side : Enum ","com.ntt.skyway.core.channel.member.Member.Side"]},{"name":"enum Side : Enum ","description":"com.ntt.skyway.core.content.Stream.Side","location":"core/com.ntt.skyway.core.content/-stream/-side/index.html","searchKeys":["Side","enum Side : Enum ","com.ntt.skyway.core.content.Stream.Side"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.Channel.State","location":"core/com.ntt.skyway.core.channel/-channel/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.Channel.State"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.member.Member.State","location":"core/com.ntt.skyway.core.channel.member/-member/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.member.Member.State"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.Publication.State","location":"core/com.ntt.skyway.core.channel/-publication/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.Publication.State"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.Subscription.State","location":"core/com.ntt.skyway.core.channel/-subscription/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.Subscription.State"]},{"name":"enum TurnPolicy : Enum ","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/index.html","searchKeys":["TurnPolicy","enum TurnPolicy : Enum ","com.ntt.skyway.core.SkyWayContext.TurnPolicy"]},{"name":"enum Type : Enum ","description":"com.ntt.skyway.core.channel.member.Member.Type","location":"core/com.ntt.skyway.core.channel.member/-member/-type/index.html","searchKeys":["Type","enum Type : Enum ","com.ntt.skyway.core.channel.member.Member.Type"]},{"name":"fun CapturingOptions(width: Int, height: Int, frameRate: Int = 30)","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.CapturingOptions","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/-capturing-options.html","searchKeys":["CapturingOptions","fun CapturingOptions(width: Int, height: Int, frameRate: Int = 30)","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.CapturingOptions"]},{"name":"fun Codec(mimeType: Codec.MimeType)","description":"com.ntt.skyway.core.content.Codec.Codec","location":"core/com.ntt.skyway.core.content/-codec/-codec.html","searchKeys":["Codec","fun Codec(mimeType: Codec.MimeType)","com.ntt.skyway.core.content.Codec.Codec"]},{"name":"fun Codec(mimeType: String)","description":"com.ntt.skyway.core.content.Codec.Codec","location":"core/com.ntt.skyway.core.content/-codec/-codec.html","searchKeys":["Codec","fun Codec(mimeType: String)","com.ntt.skyway.core.content.Codec.Codec"]},{"name":"fun CustomRenderer()","description":"com.ntt.skyway.core.content.sink.CustomRenderer.CustomRenderer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-custom-renderer.html","searchKeys":["CustomRenderer","fun CustomRenderer()","com.ntt.skyway.core.content.sink.CustomRenderer.CustomRenderer"]},{"name":"fun CustomVideoFrameSource(width: Int, height: Int)","description":"com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.CustomVideoFrameSource","location":"core/com.ntt.skyway.core.content.local.source/-custom-video-frame-source/-custom-video-frame-source.html","searchKeys":["CustomVideoFrameSource","fun CustomVideoFrameSource(width: Int, height: Int)","com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.CustomVideoFrameSource"]},{"name":"fun DataSource()","description":"com.ntt.skyway.core.content.local.source.DataSource.DataSource","location":"core/com.ntt.skyway.core.content.local.source/-data-source/-data-source.html","searchKeys":["DataSource","fun DataSource()","com.ntt.skyway.core.content.local.source.DataSource.DataSource"]},{"name":"fun Dto(channel: Channel, id: String, name: String, nativePointer: Long)","description":"com.ntt.skyway.core.channel.member.Member.Dto.Dto","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/-dto.html","searchKeys":["Dto","fun Dto(channel: Channel, id: String, name: String, nativePointer: Long)","com.ntt.skyway.core.channel.member.Member.Dto.Dto"]},{"name":"fun Encoding(id: String?, maxBitrate: Int? = null, scaleResolutionDownBy: Double? = null, maxFramerate: Double? = null)","description":"com.ntt.skyway.core.content.Encoding.Encoding","location":"core/com.ntt.skyway.core.content/-encoding/-encoding.html","searchKeys":["Encoding","fun Encoding(id: String?, maxBitrate: Int? = null, scaleResolutionDownBy: Double? = null, maxFramerate: Double? = null)","com.ntt.skyway.core.content.Encoding.Encoding"]},{"name":"fun Error(message: String)","description":"com.ntt.skyway.core.SkyWayContext.Error.Error","location":"core/com.ntt.skyway.core/-sky-way-context/-error/-error.html","searchKeys":["Error","fun Error(message: String)","com.ntt.skyway.core.SkyWayContext.Error.Error"]},{"name":"fun IceParams(domain: String? = null, version: Int? = null, secure: Boolean? = null)","description":"com.ntt.skyway.core.SkyWayContext.IceParams.IceParams","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/-ice-params.html","searchKeys":["IceParams","fun IceParams(domain: String? = null, version: Int? = null, secure: Boolean? = null)","com.ntt.skyway.core.SkyWayContext.IceParams.IceParams"]},{"name":"fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000, type: Member.Type = Type.PERSON, subtype: String = \"\")","description":"com.ntt.skyway.core.channel.member.Member.Init.Init","location":"core/com.ntt.skyway.core.channel.member/-member/-init/-init.html","searchKeys":["Init","fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000, type: Member.Type = Type.PERSON, subtype: String = \"\")","com.ntt.skyway.core.channel.member.Member.Init.Init"]},{"name":"fun Member(dto: Member.Dto)","description":"com.ntt.skyway.core.channel.member.Member.Member","location":"core/com.ntt.skyway.core.channel.member/-member/-member.html","searchKeys":["Member","fun Member(dto: Member.Dto)","com.ntt.skyway.core.channel.member.Member.Member"]},{"name":"fun Options(authToken: String, logLevel: Logger.LogLevel = Logger.LogLevel.NONE, webRTCLog: Boolean = false, enableHardwareCodec: Boolean = true, rtcApi: SkyWayContext.RtcApi? = null, iceParams: SkyWayContext.IceParams? = null, signaling: SkyWayContext.Signaling? = null, rtcConfig: SkyWayContext.RtcConfig? = null, sfu: SkyWayContext.Sfu? = null, token: SkyWayContext.Token? = null)","description":"com.ntt.skyway.core.SkyWayContext.Options.Options","location":"core/com.ntt.skyway.core/-sky-way-context/-options/-options.html","searchKeys":["Options","fun Options(authToken: String, logLevel: Logger.LogLevel = Logger.LogLevel.NONE, webRTCLog: Boolean = false, enableHardwareCodec: Boolean = true, rtcApi: SkyWayContext.RtcApi? = null, iceParams: SkyWayContext.IceParams? = null, signaling: SkyWayContext.Signaling? = null, rtcConfig: SkyWayContext.RtcConfig? = null, sfu: SkyWayContext.Sfu? = null, token: SkyWayContext.Token? = null)","com.ntt.skyway.core.SkyWayContext.Options.Options"]},{"name":"fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null)","description":"com.ntt.skyway.core.channel.Publication.Options.Options","location":"core/com.ntt.skyway.core.channel/-publication/-options/-options.html","searchKeys":["Options","fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null)","com.ntt.skyway.core.channel.Publication.Options.Options"]},{"name":"fun Options(preferredEncodingId: String? = null)","description":"com.ntt.skyway.core.channel.Subscription.Options.Options","location":"core/com.ntt.skyway.core.channel/-subscription/-options/-options.html","searchKeys":["Options","fun Options(preferredEncodingId: String? = null)","com.ntt.skyway.core.channel.Subscription.Options.Options"]},{"name":"fun RemoteMember(dto: Member.Dto)","description":"com.ntt.skyway.core.channel.member.RemoteMember.RemoteMember","location":"core/com.ntt.skyway.core.channel.member/-remote-member/-remote-member.html","searchKeys":["RemoteMember","fun RemoteMember(dto: Member.Dto)","com.ntt.skyway.core.channel.member.RemoteMember.RemoteMember"]},{"name":"fun RemotePersonPlugin()","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.RemotePersonPlugin","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/-remote-person-plugin.html","searchKeys":["RemotePersonPlugin","fun RemotePersonPlugin()","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.RemotePersonPlugin"]},{"name":"fun RtcApi(domain: String? = null, secure: Boolean? = null)","description":"com.ntt.skyway.core.SkyWayContext.RtcApi.RtcApi","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/-rtc-api.html","searchKeys":["RtcApi","fun RtcApi(domain: String? = null, secure: Boolean? = null)","com.ntt.skyway.core.SkyWayContext.RtcApi.RtcApi"]},{"name":"fun RtcConfig(timeout: Int? = null, policy: SkyWayContext.TurnPolicy? = null)","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig.RtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/-rtc-config.html","searchKeys":["RtcConfig","fun RtcConfig(timeout: Int? = null, policy: SkyWayContext.TurnPolicy? = null)","com.ntt.skyway.core.SkyWayContext.RtcConfig.RtcConfig"]},{"name":"fun Sfu(domain: String?)","description":"com.ntt.skyway.core.SkyWayContext.Sfu.Sfu","location":"core/com.ntt.skyway.core/-sky-way-context/-sfu/-sfu.html","searchKeys":["Sfu","fun Sfu(domain: String?)","com.ntt.skyway.core.SkyWayContext.Sfu.Sfu"]},{"name":"fun Signaling(domain: String? = null, secure: Boolean? = null)","description":"com.ntt.skyway.core.SkyWayContext.Signaling.Signaling","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/-signaling.html","searchKeys":["Signaling","fun Signaling(domain: String? = null, secure: Boolean? = null)","com.ntt.skyway.core.SkyWayContext.Signaling.Signaling"]},{"name":"fun SkyWayOptIn()","description":"com.ntt.skyway.core.SkyWayOptIn.SkyWayOptIn","location":"core/com.ntt.skyway.core/-sky-way-opt-in/-sky-way-opt-in.html","searchKeys":["SkyWayOptIn","fun SkyWayOptIn()","com.ntt.skyway.core.SkyWayOptIn.SkyWayOptIn"]},{"name":"fun Stream(id: String, nativePointer: Long)","description":"com.ntt.skyway.core.content.Stream.Stream","location":"core/com.ntt.skyway.core.content/-stream/-stream.html","searchKeys":["Stream","fun Stream(id: String, nativePointer: Long)","com.ntt.skyway.core.content.Stream.Stream"]},{"name":"fun SurfaceViewRenderer(context: Context)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-surface-view-renderer.html","searchKeys":["SurfaceViewRenderer","fun SurfaceViewRenderer(context: Context)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer"]},{"name":"fun SurfaceViewRenderer(context: Context, attrs: AttributeSet)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-surface-view-renderer.html","searchKeys":["SurfaceViewRenderer","fun SurfaceViewRenderer(context: Context, attrs: AttributeSet)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer"]},{"name":"fun Token(tokenReminderTimeSec: Int? = null)","description":"com.ntt.skyway.core.SkyWayContext.Token.Token","location":"core/com.ntt.skyway.core/-sky-way-context/-token/-token.html","searchKeys":["Token","fun Token(tokenReminderTimeSec: Int? = null)","com.ntt.skyway.core.SkyWayContext.Token.Token"]},{"name":"fun VideoFileSource(context: Context, fileName: String)","description":"com.ntt.skyway.core.content.local.source.VideoFileSource.VideoFileSource","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/-video-file-source.html","searchKeys":["VideoFileSource","fun VideoFileSource(context: Context, fileName: String)","com.ntt.skyway.core.content.local.source.VideoFileSource.VideoFileSource"]},{"name":"fun VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.VideoFrameBuffer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/-video-frame-buffer.html","searchKeys":["VideoFrameBuffer","fun VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.VideoFrameBuffer"]},{"name":"fun VideoSource()","description":"com.ntt.skyway.core.content.local.source.VideoSource.VideoSource","location":"core/com.ntt.skyway.core.content.local.source/-video-source/-video-source.html","searchKeys":["VideoSource","fun VideoSource()","com.ntt.skyway.core.content.local.source.VideoSource.VideoSource"]},{"name":"fun addRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.local.LocalVideoStream.addRenderer","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/add-renderer.html","searchKeys":["addRenderer","fun addRenderer(renderer: Renderer)","com.ntt.skyway.core.content.local.LocalVideoStream.addRenderer"]},{"name":"fun addRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.addRenderer","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/add-renderer.html","searchKeys":["addRenderer","fun addRenderer(renderer: Renderer)","com.ntt.skyway.core.content.remote.RemoteVideoStream.addRenderer"]},{"name":"fun changeCamera(deviceName: String)","description":"com.ntt.skyway.core.content.local.source.CameraSource.changeCamera","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/change-camera.html","searchKeys":["changeCamera","fun changeCamera(deviceName: String)","com.ntt.skyway.core.content.local.source.CameraSource.changeCamera"]},{"name":"fun changePreferredEncoding(id: String)","description":"com.ntt.skyway.core.channel.Subscription.changePreferredEncoding","location":"core/com.ntt.skyway.core.channel/-subscription/change-preferred-encoding.html","searchKeys":["changePreferredEncoding","fun changePreferredEncoding(id: String)","com.ntt.skyway.core.channel.Subscription.changePreferredEncoding"]},{"name":"fun changeRecord(audioRecord: AudioRecord)","description":"com.ntt.skyway.core.content.local.source.AudioSource.changeRecord","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/change-record.html","searchKeys":["changeRecord","fun changeRecord(audioRecord: AudioRecord)","com.ntt.skyway.core.content.local.source.AudioSource.changeRecord"]},{"name":"fun changeTrack(audioTrack: AudioTrack)","description":"com.ntt.skyway.core.content.sink.AudioDestination.changeTrack","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/change-track.html","searchKeys":["changeTrack","fun changeTrack(audioTrack: AudioTrack)","com.ntt.skyway.core.content.sink.AudioDestination.changeTrack"]},{"name":"fun createStream(): LocalAudioStream","description":"com.ntt.skyway.core.content.local.source.AudioSource.createStream","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/create-stream.html","searchKeys":["createStream","fun createStream(): LocalAudioStream","com.ntt.skyway.core.content.local.source.AudioSource.createStream"]},{"name":"fun createStream(): LocalDataStream","description":"com.ntt.skyway.core.content.local.source.DataSource.createStream","location":"core/com.ntt.skyway.core.content.local.source/-data-source/create-stream.html","searchKeys":["createStream","fun createStream(): LocalDataStream","com.ntt.skyway.core.content.local.source.DataSource.createStream"]},{"name":"fun createStream(): LocalVideoStream","description":"com.ntt.skyway.core.content.local.source.VideoSource.createStream","location":"core/com.ntt.skyway.core.content.local.source/-video-source/create-stream.html","searchKeys":["createStream","fun createStream(): LocalVideoStream","com.ntt.skyway.core.content.local.source.VideoSource.createStream"]},{"name":"fun dispose()","description":"com.ntt.skyway.core.SkyWayContext.dispose","location":"core/com.ntt.skyway.core/-sky-way-context/dispose.html","searchKeys":["dispose","fun dispose()","com.ntt.skyway.core.SkyWayContext.dispose"]},{"name":"fun dispose()","description":"com.ntt.skyway.core.channel.Channel.dispose","location":"core/com.ntt.skyway.core.channel/-channel/dispose.html","searchKeys":["dispose","fun dispose()","com.ntt.skyway.core.channel.Channel.dispose"]},{"name":"fun findPlugin(name: String): Plugin?","description":"com.ntt.skyway.core.SkyWayContext.findPlugin","location":"core/com.ntt.skyway.core/-sky-way-context/find-plugin.html","searchKeys":["findPlugin","fun findPlugin(name: String): Plugin?","com.ntt.skyway.core.SkyWayContext.findPlugin"]},{"name":"fun fromJsonArray(jsonArr: JsonArray): List","description":"com.ntt.skyway.core.content.Codec.Companion.fromJsonArray","location":"core/com.ntt.skyway.core.content/-codec/-companion/from-json-array.html","searchKeys":["fromJsonArray","fun fromJsonArray(jsonArr: JsonArray): List","com.ntt.skyway.core.content.Codec.Companion.fromJsonArray"]},{"name":"fun fromJsonArray(jsonArr: JsonArray): List","description":"com.ntt.skyway.core.content.Encoding.Companion.fromJsonArray","location":"core/com.ntt.skyway.core.content/-encoding/-companion/from-json-array.html","searchKeys":["fromJsonArray","fun fromJsonArray(jsonArr: JsonArray): List","com.ntt.skyway.core.content.Encoding.Companion.fromJsonArray"]},{"name":"fun getBackCameras(context: Context): Set","description":"com.ntt.skyway.core.content.local.source.CameraSource.getBackCameras","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/get-back-cameras.html","searchKeys":["getBackCameras","fun getBackCameras(context: Context): Set","com.ntt.skyway.core.content.local.source.CameraSource.getBackCameras"]},{"name":"fun getCameras(context: Context): Set","description":"com.ntt.skyway.core.content.local.source.CameraSource.getCameras","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/get-cameras.html","searchKeys":["getCameras","fun getCameras(context: Context): Set","com.ntt.skyway.core.content.local.source.CameraSource.getCameras"]},{"name":"fun getFrontCameras(context: Context): Set","description":"com.ntt.skyway.core.content.local.source.CameraSource.getFrontCameras","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/get-front-cameras.html","searchKeys":["getFrontCameras","fun getFrontCameras(context: Context): Set","com.ntt.skyway.core.content.local.source.CameraSource.getFrontCameras"]},{"name":"fun log(level: Int, message: String, fileName: String, methodName: String, lineNumber: Int)","description":"com.ntt.skyway.core.util.Logger.log","location":"core/com.ntt.skyway.core.util/-logger/log.html","searchKeys":["log","fun log(level: Int, message: String, fileName: String, methodName: String, lineNumber: Int)","com.ntt.skyway.core.util.Logger.log"]},{"name":"fun log(level: Logger.LogLevel, message: String)","description":"com.ntt.skyway.core.util.Logger.log","location":"core/com.ntt.skyway.core.util/-logger/log.html","searchKeys":["log","fun log(level: Logger.LogLevel, message: String)","com.ntt.skyway.core.util.Logger.log"]},{"name":"fun log(level: Logger.LogLevel, message: String, tag: String)","description":"com.ntt.skyway.core.util.Logger.log","location":"core/com.ntt.skyway.core.util/-logger/log.html","searchKeys":["log","fun log(level: Logger.LogLevel, message: String, tag: String)","com.ntt.skyway.core.util.Logger.log"]},{"name":"fun logD(message: String)","description":"com.ntt.skyway.core.util.Logger.logD","location":"core/com.ntt.skyway.core.util/-logger/log-d.html","searchKeys":["logD","fun logD(message: String)","com.ntt.skyway.core.util.Logger.logD"]},{"name":"fun logE(message: String)","description":"com.ntt.skyway.core.util.Logger.logE","location":"core/com.ntt.skyway.core.util/-logger/log-e.html","searchKeys":["logE","fun logE(message: String)","com.ntt.skyway.core.util.Logger.logE"]},{"name":"fun logI(message: String)","description":"com.ntt.skyway.core.util.Logger.logI","location":"core/com.ntt.skyway.core.util/-logger/log-i.html","searchKeys":["logI","fun logI(message: String)","com.ntt.skyway.core.util.Logger.logI"]},{"name":"fun logV(message: String)","description":"com.ntt.skyway.core.util.Logger.logV","location":"core/com.ntt.skyway.core.util/-logger/log-v.html","searchKeys":["logV","fun logV(message: String)","com.ntt.skyway.core.util.Logger.logV"]},{"name":"fun logW(message: String)","description":"com.ntt.skyway.core.util.Logger.logW","location":"core/com.ntt.skyway.core.util/-logger/log-w.html","searchKeys":["logW","fun logW(message: String)","com.ntt.skyway.core.util.Logger.logW"]},{"name":"fun onFatalError(message: String)","description":"com.ntt.skyway.core.SkyWayContext.onFatalError","location":"core/com.ntt.skyway.core/-sky-way-context/on-fatal-error.html","searchKeys":["onFatalError","fun onFatalError(message: String)","com.ntt.skyway.core.SkyWayContext.onFatalError"]},{"name":"fun onReconnectStart()","description":"com.ntt.skyway.core.SkyWayContext.onReconnectStart","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-start.html","searchKeys":["onReconnectStart","fun onReconnectStart()","com.ntt.skyway.core.SkyWayContext.onReconnectStart"]},{"name":"fun onReconnectSuccess()","description":"com.ntt.skyway.core.SkyWayContext.onReconnectSuccess","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-success.html","searchKeys":["onReconnectSuccess","fun onReconnectSuccess()","com.ntt.skyway.core.SkyWayContext.onReconnectSuccess"]},{"name":"fun onTokenExpired()","description":"com.ntt.skyway.core.SkyWayContext.onTokenExpired","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-expired.html","searchKeys":["onTokenExpired","fun onTokenExpired()","com.ntt.skyway.core.SkyWayContext.onTokenExpired"]},{"name":"fun onTokenRefreshingNeeded()","description":"com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeeded","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-refreshing-needed.html","searchKeys":["onTokenRefreshingNeeded","fun onTokenRefreshingNeeded()","com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeeded"]},{"name":"fun registerPlugin(plugin: Plugin)","description":"com.ntt.skyway.core.SkyWayContext.registerPlugin","location":"core/com.ntt.skyway.core/-sky-way-context/register-plugin.html","searchKeys":["registerPlugin","fun registerPlugin(plugin: Plugin)","com.ntt.skyway.core.SkyWayContext.registerPlugin"]},{"name":"fun removeAllRenderer()","description":"com.ntt.skyway.core.content.local.LocalVideoStream.removeAllRenderer","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/remove-all-renderer.html","searchKeys":["removeAllRenderer","fun removeAllRenderer()","com.ntt.skyway.core.content.local.LocalVideoStream.removeAllRenderer"]},{"name":"fun removeAllRenderer()","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.removeAllRenderer","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/remove-all-renderer.html","searchKeys":["removeAllRenderer","fun removeAllRenderer()","com.ntt.skyway.core.content.remote.RemoteVideoStream.removeAllRenderer"]},{"name":"fun removeRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.local.LocalVideoStream.removeRenderer","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/remove-renderer.html","searchKeys":["removeRenderer","fun removeRenderer(renderer: Renderer)","com.ntt.skyway.core.content.local.LocalVideoStream.removeRenderer"]},{"name":"fun removeRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.removeRenderer","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/remove-renderer.html","searchKeys":["removeRenderer","fun removeRenderer(renderer: Renderer)","com.ntt.skyway.core.content.remote.RemoteVideoStream.removeRenderer"]},{"name":"fun setScalingType(scalingType: SurfaceViewRenderer.ScalingType)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setScalingType","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/set-scaling-type.html","searchKeys":["setScalingType","fun setScalingType(scalingType: SurfaceViewRenderer.ScalingType)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setScalingType"]},{"name":"fun setVolume(volume: Double)","description":"com.ntt.skyway.core.content.local.LocalAudioStream.setVolume","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/set-volume.html","searchKeys":["setVolume","fun setVolume(volume: Double)","com.ntt.skyway.core.content.local.LocalAudioStream.setVolume"]},{"name":"fun setVolume(volume: Double)","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream.setVolume","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/set-volume.html","searchKeys":["setVolume","fun setVolume(volume: Double)","com.ntt.skyway.core.content.remote.RemoteAudioStream.setVolume"]},{"name":"fun setup(context: Context, mediaProjectionPermissionResultData: Intent)","description":"com.ntt.skyway.core.content.local.source.ScreenSource.setup","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/setup.html","searchKeys":["setup","fun setup(context: Context, mediaProjectionPermissionResultData: Intent)","com.ntt.skyway.core.content.local.source.ScreenSource.setup"]},{"name":"fun setup(width: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT, height: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setup","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/setup.html","searchKeys":["setup","fun setup(width: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT, height: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setup"]},{"name":"fun start()","description":"com.ntt.skyway.core.content.local.source.AudioSource.start","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/start.html","searchKeys":["start","fun start()","com.ntt.skyway.core.content.local.source.AudioSource.start"]},{"name":"fun startCapturing(context: Context, deviceName: String, options: CameraSource.CapturingOptions)","description":"com.ntt.skyway.core.content.local.source.CameraSource.startCapturing","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/start-capturing.html","searchKeys":["startCapturing","fun startCapturing(context: Context, deviceName: String, options: CameraSource.CapturingOptions)","com.ntt.skyway.core.content.local.source.CameraSource.startCapturing"]},{"name":"fun startCapturing(width: Int, height: Int, frameRate: Int)","description":"com.ntt.skyway.core.content.local.source.ScreenSource.startCapturing","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/start-capturing.html","searchKeys":["startCapturing","fun startCapturing(width: Int, height: Int, frameRate: Int)","com.ntt.skyway.core.content.local.source.ScreenSource.startCapturing"]},{"name":"fun startCapturing(width: Int, height: Int, frameRate: Int)","description":"com.ntt.skyway.core.content.local.source.VideoFileSource.startCapturing","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/start-capturing.html","searchKeys":["startCapturing","fun startCapturing(width: Int, height: Int, frameRate: Int)","com.ntt.skyway.core.content.local.source.VideoFileSource.startCapturing"]},{"name":"fun stop()","description":"com.ntt.skyway.core.content.local.source.AudioSource.stop","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/stop.html","searchKeys":["stop","fun stop()","com.ntt.skyway.core.content.local.source.AudioSource.stop"]},{"name":"fun stopCapturing()","description":"com.ntt.skyway.core.content.local.source.CameraSource.stopCapturing","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/stop-capturing.html","searchKeys":["stopCapturing","fun stopCapturing()","com.ntt.skyway.core.content.local.source.CameraSource.stopCapturing"]},{"name":"fun stopCapturing()","description":"com.ntt.skyway.core.content.local.source.ScreenSource.stopCapturing","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/stop-capturing.html","searchKeys":["stopCapturing","fun stopCapturing()","com.ntt.skyway.core.content.local.source.ScreenSource.stopCapturing"]},{"name":"fun stopCapturing()","description":"com.ntt.skyway.core.content.local.source.VideoFileSource.stopCapturing","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/stop-capturing.html","searchKeys":["stopCapturing","fun stopCapturing()","com.ntt.skyway.core.content.local.source.VideoFileSource.stopCapturing"]},{"name":"fun updateAuthToken(authToken: String): Boolean","description":"com.ntt.skyway.core.SkyWayContext.updateAuthToken","location":"core/com.ntt.skyway.core/-sky-way-context/update-auth-token.html","searchKeys":["updateAuthToken","fun updateAuthToken(authToken: String): Boolean","com.ntt.skyway.core.SkyWayContext.updateAuthToken"]},{"name":"fun updateEncodings(encodings: List)","description":"com.ntt.skyway.core.channel.Publication.updateEncodings","location":"core/com.ntt.skyway.core.channel/-publication/update-encodings.html","searchKeys":["updateEncodings","fun updateEncodings(encodings: List)","com.ntt.skyway.core.channel.Publication.updateEncodings"]},{"name":"fun updateFrame(bitmap: Bitmap, rotation: Int)","description":"com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.updateFrame","location":"core/com.ntt.skyway.core.content.local.source/-custom-video-frame-source/update-frame.html","searchKeys":["updateFrame","fun updateFrame(bitmap: Bitmap, rotation: Int)","com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.updateFrame"]},{"name":"fun write(data: ByteArray)","description":"com.ntt.skyway.core.content.local.LocalDataStream.write","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/write.html","searchKeys":["write","fun write(data: ByteArray)","com.ntt.skyway.core.content.local.LocalDataStream.write"]},{"name":"fun write(data: String)","description":"com.ntt.skyway.core.content.local.LocalDataStream.write","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/write.html","searchKeys":["write","fun write(data: String)","com.ntt.skyway.core.content.local.LocalDataStream.write"]},{"name":"interface Plugin","description":"com.ntt.skyway.plugin.Plugin","location":"core/com.ntt.skyway.plugin/-plugin/index.html","searchKeys":["Plugin","interface Plugin","com.ntt.skyway.plugin.Plugin"]},{"name":"interface Renderer","description":"com.ntt.skyway.core.content.sink.Renderer","location":"core/com.ntt.skyway.core.content.sink/-renderer/index.html","searchKeys":["Renderer","interface Renderer","com.ntt.skyway.core.content.sink.Renderer"]},{"name":"object AudioDestination","description":"com.ntt.skyway.core.content.sink.AudioDestination","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/index.html","searchKeys":["AudioDestination","object AudioDestination","com.ntt.skyway.core.content.sink.AudioDestination"]},{"name":"object AudioSource","description":"com.ntt.skyway.core.content.local.source.AudioSource","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/index.html","searchKeys":["AudioSource","object AudioSource","com.ntt.skyway.core.content.local.source.AudioSource"]},{"name":"object CameraSource : VideoSource","description":"com.ntt.skyway.core.content.local.source.CameraSource","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/index.html","searchKeys":["CameraSource","object CameraSource : VideoSource","com.ntt.skyway.core.content.local.source.CameraSource"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Channel.Companion","location":"core/com.ntt.skyway.core.channel/-channel/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Channel.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Channel.State.Companion","location":"core/com.ntt.skyway.core.channel/-channel/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Channel.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Publication.State.Companion","location":"core/com.ntt.skyway.core.channel/-publication/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Publication.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Subscription.State.Companion","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Subscription.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.member.Member.State.Companion","location":"core/com.ntt.skyway.core.channel.member/-member/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.member.Member.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Codec.Companion","location":"core/com.ntt.skyway.core.content/-codec/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Codec.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Codec.MimeType.Companion","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Codec.MimeType.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Encoding.Companion","location":"core/com.ntt.skyway.core.content/-encoding/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Encoding.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Stream.ContentType.Companion","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Stream.ContentType.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.Companion","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.Companion"]},{"name":"object Logger","description":"com.ntt.skyway.core.util.Logger","location":"core/com.ntt.skyway.core.util/-logger/index.html","searchKeys":["Logger","object Logger","com.ntt.skyway.core.util.Logger"]},{"name":"object ScreenSource : VideoSource","description":"com.ntt.skyway.core.content.local.source.ScreenSource","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/index.html","searchKeys":["ScreenSource","object ScreenSource : VideoSource","com.ntt.skyway.core.content.local.source.ScreenSource"]},{"name":"object SkyWayContext","description":"com.ntt.skyway.core.SkyWayContext","location":"core/com.ntt.skyway.core/-sky-way-context/index.html","searchKeys":["SkyWayContext","object SkyWayContext","com.ntt.skyway.core.SkyWayContext"]},{"name":"open lateinit override var sink: SurfaceViewRenderer","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.sink","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/sink.html","searchKeys":["sink","open lateinit override var sink: SurfaceViewRenderer","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.sink"]},{"name":"open override fun createRemoteMember(dto: Member.Dto): RemoteMember","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.createRemoteMember","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/create-remote-member.html","searchKeys":["createRemoteMember","open override fun createRemoteMember(dto: Member.Dto): RemoteMember","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.createRemoteMember"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.local.LocalAudioStream.dispose","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.local.LocalAudioStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.local.LocalDataStream.dispose","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.local.LocalDataStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.local.LocalVideoStream.dispose","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.local.LocalVideoStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream.dispose","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.remote.RemoteAudioStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.dispose","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.remote.RemoteDataStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.dispose","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.remote.RemoteVideoStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.sink.CustomRenderer.dispose","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.sink.CustomRenderer.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.dispose","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.dispose"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.local.LocalAudioStream.contentType","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.local.LocalAudioStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.local.LocalDataStream.contentType","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.local.LocalDataStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.local.LocalVideoStream.contentType","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.local.LocalVideoStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream.contentType","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.remote.RemoteAudioStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.contentType","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.remote.RemoteDataStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.contentType","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.remote.RemoteVideoStream.contentType"]},{"name":"open override val name: String","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.name","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/name.html","searchKeys":["name","open override val name: String","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.name"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.core.channel.member.LocalPerson.side","location":"core/com.ntt.skyway.core.channel.member/-local-person/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.core.channel.member.LocalPerson.side"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.core.channel.member.RemoteMember.side","location":"core/com.ntt.skyway.core.channel.member/-remote-member/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.core.channel.member.RemoteMember.side"]},{"name":"open override val side: Stream.Side","description":"com.ntt.skyway.core.content.local.LocalStream.side","location":"core/com.ntt.skyway.core.content.local/-local-stream/side.html","searchKeys":["side","open override val side: Stream.Side","com.ntt.skyway.core.content.local.LocalStream.side"]},{"name":"open override val side: Stream.Side","description":"com.ntt.skyway.core.content.remote.RemoteStream.side","location":"core/com.ntt.skyway.core.content.remote/-remote-stream/side.html","searchKeys":["side","open override val side: Stream.Side","com.ntt.skyway.core.content.remote.RemoteStream.side"]},{"name":"open override val sink: VideoSink","description":"com.ntt.skyway.core.content.sink.CustomRenderer.sink","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/sink.html","searchKeys":["sink","open override val sink: VideoSink","com.ntt.skyway.core.content.sink.CustomRenderer.sink"]},{"name":"open override val subType: String","description":"com.ntt.skyway.core.channel.member.LocalPerson.subType","location":"core/com.ntt.skyway.core.channel.member/-local-person/sub-type.html","searchKeys":["subType","open override val subType: String","com.ntt.skyway.core.channel.member.LocalPerson.subType"]},{"name":"open override val subType: String","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.subType","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/sub-type.html","searchKeys":["subType","open override val subType: String","com.ntt.skyway.plugin.remotePerson.RemotePerson.subType"]},{"name":"open override val type: Member.Type","description":"com.ntt.skyway.core.channel.member.LocalPerson.type","location":"core/com.ntt.skyway.core.channel.member/-local-person/type.html","searchKeys":["type","open override val type: Member.Type","com.ntt.skyway.core.channel.member.LocalPerson.type"]},{"name":"open override val type: Member.Type","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.type","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/type.html","searchKeys":["type","open override val type: Member.Type","com.ntt.skyway.plugin.remotePerson.RemotePerson.type"]},{"name":"open override var isSetup: Boolean = false","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.isSetup","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/is-setup.html","searchKeys":["isSetup","open override var isSetup: Boolean = false","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.isSetup"]},{"name":"open override var isSetup: Boolean = true","description":"com.ntt.skyway.core.content.sink.CustomRenderer.isSetup","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/is-setup.html","searchKeys":["isSetup","open override var isSetup: Boolean = true","com.ntt.skyway.core.content.sink.CustomRenderer.isSetup"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.core.channel.Publication.cancel","location":"core/com.ntt.skyway.core.channel/-publication/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.core.channel.Publication.cancel"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.core.channel.Subscription.cancel","location":"core/com.ntt.skyway.core.channel/-subscription/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.core.channel.Subscription.cancel"]},{"name":"suspend fun close(): Boolean","description":"com.ntt.skyway.core.channel.Channel.close","location":"core/com.ntt.skyway.core.channel/-channel/close.html","searchKeys":["close","suspend fun close(): Boolean","com.ntt.skyway.core.channel.Channel.close"]},{"name":"suspend fun create(name: String? = null, metadata: String? = null): Channel?","description":"com.ntt.skyway.core.channel.Channel.Companion.create","location":"core/com.ntt.skyway.core.channel/-channel/-companion/create.html","searchKeys":["create","suspend fun create(name: String? = null, metadata: String? = null): Channel?","com.ntt.skyway.core.channel.Channel.Companion.create"]},{"name":"suspend fun disable(): Boolean","description":"com.ntt.skyway.core.channel.Publication.disable","location":"core/com.ntt.skyway.core.channel/-publication/disable.html","searchKeys":["disable","suspend fun disable(): Boolean","com.ntt.skyway.core.channel.Publication.disable"]},{"name":"suspend fun enable(): Boolean","description":"com.ntt.skyway.core.channel.Publication.enable","location":"core/com.ntt.skyway.core.channel/-publication/enable.html","searchKeys":["enable","suspend fun enable(): Boolean","com.ntt.skyway.core.channel.Publication.enable"]},{"name":"suspend fun find(name: String? = null, id: String? = null): Channel?","description":"com.ntt.skyway.core.channel.Channel.Companion.find","location":"core/com.ntt.skyway.core.channel/-channel/-companion/find.html","searchKeys":["find","suspend fun find(name: String? = null, id: String? = null): Channel?","com.ntt.skyway.core.channel.Channel.Companion.find"]},{"name":"suspend fun findOrCreate(name: String? = null, metadata: String? = null): Channel?","description":"com.ntt.skyway.core.channel.Channel.Companion.findOrCreate","location":"core/com.ntt.skyway.core.channel/-channel/-companion/find-or-create.html","searchKeys":["findOrCreate","suspend fun findOrCreate(name: String? = null, metadata: String? = null): Channel?","com.ntt.skyway.core.channel.Channel.Companion.findOrCreate"]},{"name":"suspend fun join(memberInit: Member.Init): LocalPerson?","description":"com.ntt.skyway.core.channel.Channel.join","location":"core/com.ntt.skyway.core.channel/-channel/join.html","searchKeys":["join","suspend fun join(memberInit: Member.Init): LocalPerson?","com.ntt.skyway.core.channel.Channel.join"]},{"name":"suspend fun leave(): Boolean","description":"com.ntt.skyway.core.channel.member.Member.leave","location":"core/com.ntt.skyway.core.channel.member/-member/leave.html","searchKeys":["leave","suspend fun leave(): Boolean","com.ntt.skyway.core.channel.member.Member.leave"]},{"name":"suspend fun leave(member: Member): Boolean","description":"com.ntt.skyway.core.channel.Channel.leave","location":"core/com.ntt.skyway.core.channel/-channel/leave.html","searchKeys":["leave","suspend fun leave(member: Member): Boolean","com.ntt.skyway.core.channel.Channel.leave"]},{"name":"suspend fun publish(localStream: LocalStream, options: Publication.Options? = null): Publication?","description":"com.ntt.skyway.core.channel.member.LocalPerson.publish","location":"core/com.ntt.skyway.core.channel.member/-local-person/publish.html","searchKeys":["publish","suspend fun publish(localStream: LocalStream, options: Publication.Options? = null): Publication?","com.ntt.skyway.core.channel.member.LocalPerson.publish"]},{"name":"suspend fun setup(context: Context, option: SkyWayContext.Options, onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null): Boolean","description":"com.ntt.skyway.core.SkyWayContext.setup","location":"core/com.ntt.skyway.core/-sky-way-context/setup.html","searchKeys":["setup","suspend fun setup(context: Context, option: SkyWayContext.Options, onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null): Boolean","com.ntt.skyway.core.SkyWayContext.setup"]},{"name":"suspend fun subscribe(publication: Publication, options: Subscription.Options? = null): Subscription?","description":"com.ntt.skyway.core.channel.member.LocalPerson.subscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publication: Publication, options: Subscription.Options? = null): Subscription?","com.ntt.skyway.core.channel.member.LocalPerson.subscribe"]},{"name":"suspend fun subscribe(publicationId: String): Subscription?","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.subscribe","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String): Subscription?","com.ntt.skyway.plugin.remotePerson.RemotePerson.subscribe"]},{"name":"suspend fun subscribe(publicationId: String, options: Subscription.Options? = null): Subscription?","description":"com.ntt.skyway.core.channel.member.LocalPerson.subscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String, options: Subscription.Options? = null): Subscription?","com.ntt.skyway.core.channel.member.LocalPerson.subscribe"]},{"name":"suspend fun unpublish(publication: Publication): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unpublish","location":"core/com.ntt.skyway.core.channel.member/-local-person/unpublish.html","searchKeys":["unpublish","suspend fun unpublish(publication: Publication): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unpublish"]},{"name":"suspend fun unpublish(publicationId: String): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unpublish","location":"core/com.ntt.skyway.core.channel.member/-local-person/unpublish.html","searchKeys":["unpublish","suspend fun unpublish(publicationId: String): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unpublish"]},{"name":"suspend fun unsubscribe(subscription: Subscription): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscription: Subscription): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionId: String): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionId: String): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionId: String): Boolean","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.unsubscribe","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionId: String): Boolean","com.ntt.skyway.plugin.remotePerson.RemotePerson.unsubscribe"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.core.channel.Channel.updateMetadata","location":"core/com.ntt.skyway.core.channel/-channel/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.core.channel.Channel.updateMetadata"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.core.channel.Publication.updateMetadata","location":"core/com.ntt.skyway.core.channel/-publication/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.core.channel.Publication.updateMetadata"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.core.channel.member.Member.updateMetadata","location":"core/com.ntt.skyway.core.channel.member/-member/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.core.channel.member.Member.updateMetadata"]},{"name":"val audioRecord: AudioRecord?","description":"com.ntt.skyway.core.content.local.source.AudioSource.audioRecord","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/audio-record.html","searchKeys":["audioRecord","val audioRecord: AudioRecord?","com.ntt.skyway.core.content.local.source.AudioSource.audioRecord"]},{"name":"val audioTrack: AudioTrack?","description":"com.ntt.skyway.core.content.sink.AudioDestination.audioTrack","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/audio-track.html","searchKeys":["audioTrack","val audioTrack: AudioTrack?","com.ntt.skyway.core.content.sink.AudioDestination.audioTrack"]},{"name":"val authToken: String","description":"com.ntt.skyway.core.SkyWayContext.Options.authToken","location":"core/com.ntt.skyway.core/-sky-way-context/-options/auth-token.html","searchKeys":["authToken","val authToken: String","com.ntt.skyway.core.SkyWayContext.Options.authToken"]},{"name":"val bots: Set","description":"com.ntt.skyway.core.channel.Channel.bots","location":"core/com.ntt.skyway.core.channel/-channel/bots.html","searchKeys":["bots","val bots: Set","com.ntt.skyway.core.channel.Channel.bots"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.Publication.channel","location":"core/com.ntt.skyway.core.channel/-publication/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.Publication.channel"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.Subscription.channel","location":"core/com.ntt.skyway.core.channel/-subscription/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.Subscription.channel"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.member.Member.Dto.channel","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.member.Member.Dto.channel"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.member.Member.channel","location":"core/com.ntt.skyway.core.channel.member/-member/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.member.Member.channel"]},{"name":"val codecCapabilities: List","description":"com.ntt.skyway.core.channel.Publication.codecCapabilities","location":"core/com.ntt.skyway.core.channel/-publication/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List","com.ntt.skyway.core.channel.Publication.codecCapabilities"]},{"name":"val codecCapabilities: List? = null","description":"com.ntt.skyway.core.channel.Publication.Options.codecCapabilities","location":"core/com.ntt.skyway.core.channel/-publication/-options/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List? = null","com.ntt.skyway.core.channel.Publication.Options.codecCapabilities"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.core.channel.Publication.contentType","location":"core/com.ntt.skyway.core.channel/-publication/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.core.channel.Publication.contentType"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.core.channel.Subscription.contentType","location":"core/com.ntt.skyway.core.channel/-subscription/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.core.channel.Subscription.contentType"]},{"name":"val dataU: ByteBuffer","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataU","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/data-u.html","searchKeys":["dataU","val dataU: ByteBuffer","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataU"]},{"name":"val dataV: ByteBuffer","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataV","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/data-v.html","searchKeys":["dataV","val dataV: ByteBuffer","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataV"]},{"name":"val dataY: ByteBuffer","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataY","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/data-y.html","searchKeys":["dataY","val dataY: ByteBuffer","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataY"]},{"name":"val domain: String?","description":"com.ntt.skyway.core.SkyWayContext.Sfu.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-sfu/domain.html","searchKeys":["domain","val domain: String?","com.ntt.skyway.core.SkyWayContext.Sfu.domain"]},{"name":"val domain: String? = null","description":"com.ntt.skyway.core.SkyWayContext.IceParams.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/domain.html","searchKeys":["domain","val domain: String? = null","com.ntt.skyway.core.SkyWayContext.IceParams.domain"]},{"name":"val domain: String? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcApi.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/domain.html","searchKeys":["domain","val domain: String? = null","com.ntt.skyway.core.SkyWayContext.RtcApi.domain"]},{"name":"val domain: String? = null","description":"com.ntt.skyway.core.SkyWayContext.Signaling.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/domain.html","searchKeys":["domain","val domain: String? = null","com.ntt.skyway.core.SkyWayContext.Signaling.domain"]},{"name":"val enableHardwareCodec: Boolean = true","description":"com.ntt.skyway.core.SkyWayContext.Options.enableHardwareCodec","location":"core/com.ntt.skyway.core/-sky-way-context/-options/enable-hardware-codec.html","searchKeys":["enableHardwareCodec","val enableHardwareCodec: Boolean = true","com.ntt.skyway.core.SkyWayContext.Options.enableHardwareCodec"]},{"name":"val encodings: List","description":"com.ntt.skyway.core.channel.Publication.encodings","location":"core/com.ntt.skyway.core.channel/-publication/encodings.html","searchKeys":["encodings","val encodings: List","com.ntt.skyway.core.channel.Publication.encodings"]},{"name":"val encodings: List? = null","description":"com.ntt.skyway.core.channel.Publication.Options.encodings","location":"core/com.ntt.skyway.core.channel/-publication/-options/encodings.html","searchKeys":["encodings","val encodings: List? = null","com.ntt.skyway.core.channel.Publication.Options.encodings"]},{"name":"val frameRate: Int = 30","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.frameRate","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/frame-rate.html","searchKeys":["frameRate","val frameRate: Int = 30","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.frameRate"]},{"name":"val height: Int","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.height","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/height.html","searchKeys":["height","val height: Int","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.height"]},{"name":"val height: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.height","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/height.html","searchKeys":["height","val height: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.height"]},{"name":"val iceParams: SkyWayContext.IceParams? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.iceParams","location":"core/com.ntt.skyway.core/-sky-way-context/-options/ice-params.html","searchKeys":["iceParams","val iceParams: SkyWayContext.IceParams? = null","com.ntt.skyway.core.SkyWayContext.Options.iceParams"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.Channel.id","location":"core/com.ntt.skyway.core.channel/-channel/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.Channel.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.Publication.id","location":"core/com.ntt.skyway.core.channel/-publication/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.Publication.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.Subscription.id","location":"core/com.ntt.skyway.core.channel/-subscription/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.Subscription.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.member.Member.Dto.id","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.member.Member.Dto.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.member.Member.id","location":"core/com.ntt.skyway.core.channel.member/-member/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.member.Member.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.content.Stream.id","location":"core/com.ntt.skyway.core.content/-stream/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.content.Stream.id"]},{"name":"val id: String?","description":"com.ntt.skyway.core.content.Encoding.id","location":"core/com.ntt.skyway.core.content/-encoding/id.html","searchKeys":["id","val id: String?","com.ntt.skyway.core.content.Encoding.id"]},{"name":"val isEnabled: Boolean? = null","description":"com.ntt.skyway.core.channel.Publication.Options.isEnabled","location":"core/com.ntt.skyway.core.channel/-publication/-options/is-enabled.html","searchKeys":["isEnabled","val isEnabled: Boolean? = null","com.ntt.skyway.core.channel.Publication.Options.isEnabled"]},{"name":"val isStarted: Boolean","description":"com.ntt.skyway.core.content.local.source.AudioSource.isStarted","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/is-started.html","searchKeys":["isStarted","val isStarted: Boolean","com.ntt.skyway.core.content.local.source.AudioSource.isStarted"]},{"name":"val keepAliveIntervalSec: Int = 1000","description":"com.ntt.skyway.core.channel.member.Member.Init.keepAliveIntervalSec","location":"core/com.ntt.skyway.core.channel.member/-member/-init/keep-alive-interval-sec.html","searchKeys":["keepAliveIntervalSec","val keepAliveIntervalSec: Int = 1000","com.ntt.skyway.core.channel.member.Member.Init.keepAliveIntervalSec"]},{"name":"val literal: String","description":"com.ntt.skyway.core.content.Codec.MimeType.literal","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/literal.html","searchKeys":["literal","val literal: String","com.ntt.skyway.core.content.Codec.MimeType.literal"]},{"name":"val localPerson: LocalPerson?","description":"com.ntt.skyway.core.channel.Channel.localPerson","location":"core/com.ntt.skyway.core.channel/-channel/local-person.html","searchKeys":["localPerson","val localPerson: LocalPerson?","com.ntt.skyway.core.channel.Channel.localPerson"]},{"name":"val logLevel: Logger.LogLevel","description":"com.ntt.skyway.core.SkyWayContext.Options.logLevel","location":"core/com.ntt.skyway.core/-sky-way-context/-options/log-level.html","searchKeys":["logLevel","val logLevel: Logger.LogLevel","com.ntt.skyway.core.SkyWayContext.Options.logLevel"]},{"name":"val maxBitrate: Int? = null","description":"com.ntt.skyway.core.content.Encoding.maxBitrate","location":"core/com.ntt.skyway.core.content/-encoding/max-bitrate.html","searchKeys":["maxBitrate","val maxBitrate: Int? = null","com.ntt.skyway.core.content.Encoding.maxBitrate"]},{"name":"val maxFramerate: Double? = null","description":"com.ntt.skyway.core.content.Encoding.maxFramerate","location":"core/com.ntt.skyway.core.content/-encoding/max-framerate.html","searchKeys":["maxFramerate","val maxFramerate: Double? = null","com.ntt.skyway.core.content.Encoding.maxFramerate"]},{"name":"val members: Set","description":"com.ntt.skyway.core.channel.Channel.members","location":"core/com.ntt.skyway.core.channel/-channel/members.html","searchKeys":["members","val members: Set","com.ntt.skyway.core.channel.Channel.members"]},{"name":"val message: String","description":"com.ntt.skyway.core.SkyWayContext.Error.message","location":"core/com.ntt.skyway.core/-sky-way-context/-error/message.html","searchKeys":["message","val message: String","com.ntt.skyway.core.SkyWayContext.Error.message"]},{"name":"val metadata: String","description":"com.ntt.skyway.core.channel.Channel.metadata","location":"core/com.ntt.skyway.core.channel/-channel/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.core.channel.Channel.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.core.channel.Publication.metadata","location":"core/com.ntt.skyway.core.channel/-publication/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.core.channel.Publication.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.core.channel.member.Member.metadata","location":"core/com.ntt.skyway.core.channel.member/-member/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.core.channel.member.Member.metadata"]},{"name":"val metadata: String?","description":"com.ntt.skyway.core.channel.member.Member.Init.metadata","location":"core/com.ntt.skyway.core.channel.member/-member/-init/metadata.html","searchKeys":["metadata","val metadata: String?","com.ntt.skyway.core.channel.member.Member.Init.metadata"]},{"name":"val metadata: String? = null","description":"com.ntt.skyway.core.channel.Publication.Options.metadata","location":"core/com.ntt.skyway.core.channel/-publication/-options/metadata.html","searchKeys":["metadata","val metadata: String? = null","com.ntt.skyway.core.channel.Publication.Options.metadata"]},{"name":"val mimeType: String","description":"com.ntt.skyway.core.content.Codec.mimeType","location":"core/com.ntt.skyway.core.content/-codec/mime-type.html","searchKeys":["mimeType","val mimeType: String","com.ntt.skyway.core.content.Codec.mimeType"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.Channel.name","location":"core/com.ntt.skyway.core.channel/-channel/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.Channel.name"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.member.Member.Dto.name","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.member.Member.Dto.name"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.member.Member.Init.name","location":"core/com.ntt.skyway.core.channel.member/-member/-init/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.member.Member.Init.name"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.member.Member.name","location":"core/com.ntt.skyway.core.channel.member/-member/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.member.Member.name"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.Channel.nativePointer","location":"core/com.ntt.skyway.core.channel/-channel/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.Channel.nativePointer"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.Publication.nativePointer","location":"core/com.ntt.skyway.core.channel/-publication/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.Publication.nativePointer"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.member.Member.Dto.nativePointer","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.member.Member.Dto.nativePointer"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.member.Member.nativePointer","location":"core/com.ntt.skyway.core.channel.member/-member/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.member.Member.nativePointer"]},{"name":"val origin: Publication?","description":"com.ntt.skyway.core.channel.Publication.origin","location":"core/com.ntt.skyway.core.channel/-publication/origin.html","searchKeys":["origin","val origin: Publication?","com.ntt.skyway.core.channel.Publication.origin"]},{"name":"val plugins: MutableList","description":"com.ntt.skyway.core.SkyWayContext.plugins","location":"core/com.ntt.skyway.core/-sky-way-context/plugins.html","searchKeys":["plugins","val plugins: MutableList","com.ntt.skyway.core.SkyWayContext.plugins"]},{"name":"val policy: SkyWayContext.TurnPolicy? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig.policy","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/policy.html","searchKeys":["policy","val policy: SkyWayContext.TurnPolicy? = null","com.ntt.skyway.core.SkyWayContext.RtcConfig.policy"]},{"name":"val preferredEncodingId: String? = null","description":"com.ntt.skyway.core.channel.Subscription.Options.preferredEncodingId","location":"core/com.ntt.skyway.core.channel/-subscription/-options/preferred-encoding-id.html","searchKeys":["preferredEncodingId","val preferredEncodingId: String? = null","com.ntt.skyway.core.channel.Subscription.Options.preferredEncodingId"]},{"name":"val publication: Publication","description":"com.ntt.skyway.core.channel.Subscription.publication","location":"core/com.ntt.skyway.core.channel/-subscription/publication.html","searchKeys":["publication","val publication: Publication","com.ntt.skyway.core.channel.Subscription.publication"]},{"name":"val publications: List","description":"com.ntt.skyway.core.channel.member.Member.publications","location":"core/com.ntt.skyway.core.channel.member/-member/publications.html","searchKeys":["publications","val publications: List","com.ntt.skyway.core.channel.member.Member.publications"]},{"name":"val publications: Set","description":"com.ntt.skyway.core.channel.Channel.publications","location":"core/com.ntt.skyway.core.channel/-channel/publications.html","searchKeys":["publications","val publications: Set","com.ntt.skyway.core.channel.Channel.publications"]},{"name":"val publisher: Member","description":"com.ntt.skyway.core.channel.Publication.publisher","location":"core/com.ntt.skyway.core.channel/-publication/publisher.html","searchKeys":["publisher","val publisher: Member","com.ntt.skyway.core.channel.Publication.publisher"]},{"name":"val rtcApi: SkyWayContext.RtcApi? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.rtcApi","location":"core/com.ntt.skyway.core/-sky-way-context/-options/rtc-api.html","searchKeys":["rtcApi","val rtcApi: SkyWayContext.RtcApi? = null","com.ntt.skyway.core.SkyWayContext.Options.rtcApi"]},{"name":"val rtcConfig: SkyWayContext.RtcConfig? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.rtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/-options/rtc-config.html","searchKeys":["rtcConfig","val rtcConfig: SkyWayContext.RtcConfig? = null","com.ntt.skyway.core.SkyWayContext.Options.rtcConfig"]},{"name":"val scaleResolutionDownBy: Double? = null","description":"com.ntt.skyway.core.content.Encoding.scaleResolutionDownBy","location":"core/com.ntt.skyway.core.content/-encoding/scale-resolution-down-by.html","searchKeys":["scaleResolutionDownBy","val scaleResolutionDownBy: Double? = null","com.ntt.skyway.core.content.Encoding.scaleResolutionDownBy"]},{"name":"val secure: Boolean? = null","description":"com.ntt.skyway.core.SkyWayContext.IceParams.secure","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/secure.html","searchKeys":["secure","val secure: Boolean? = null","com.ntt.skyway.core.SkyWayContext.IceParams.secure"]},{"name":"val secure: Boolean? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcApi.secure","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/secure.html","searchKeys":["secure","val secure: Boolean? = null","com.ntt.skyway.core.SkyWayContext.RtcApi.secure"]},{"name":"val secure: Boolean? = null","description":"com.ntt.skyway.core.SkyWayContext.Signaling.secure","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/secure.html","searchKeys":["secure","val secure: Boolean? = null","com.ntt.skyway.core.SkyWayContext.Signaling.secure"]},{"name":"val sfu: SkyWayContext.Sfu? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.sfu","location":"core/com.ntt.skyway.core/-sky-way-context/-options/sfu.html","searchKeys":["sfu","val sfu: SkyWayContext.Sfu? = null","com.ntt.skyway.core.SkyWayContext.Options.sfu"]},{"name":"val signaling: SkyWayContext.Signaling? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.signaling","location":"core/com.ntt.skyway.core/-sky-way-context/-options/signaling.html","searchKeys":["signaling","val signaling: SkyWayContext.Signaling? = null","com.ntt.skyway.core.SkyWayContext.Options.signaling"]},{"name":"val state: Channel.State","description":"com.ntt.skyway.core.channel.Channel.state","location":"core/com.ntt.skyway.core.channel/-channel/state.html","searchKeys":["state","val state: Channel.State","com.ntt.skyway.core.channel.Channel.state"]},{"name":"val state: Member.State","description":"com.ntt.skyway.core.channel.member.Member.state","location":"core/com.ntt.skyway.core.channel.member/-member/state.html","searchKeys":["state","val state: Member.State","com.ntt.skyway.core.channel.member.Member.state"]},{"name":"val state: Publication.State","description":"com.ntt.skyway.core.channel.Publication.state","location":"core/com.ntt.skyway.core.channel/-publication/state.html","searchKeys":["state","val state: Publication.State","com.ntt.skyway.core.channel.Publication.state"]},{"name":"val state: Subscription.State","description":"com.ntt.skyway.core.channel.Subscription.state","location":"core/com.ntt.skyway.core.channel/-subscription/state.html","searchKeys":["state","val state: Subscription.State","com.ntt.skyway.core.channel.Subscription.state"]},{"name":"val stream: RemoteStream?","description":"com.ntt.skyway.core.channel.Subscription.stream","location":"core/com.ntt.skyway.core.channel/-subscription/stream.html","searchKeys":["stream","val stream: RemoteStream?","com.ntt.skyway.core.channel.Subscription.stream"]},{"name":"val stream: Stream?","description":"com.ntt.skyway.core.channel.Publication.stream","location":"core/com.ntt.skyway.core.channel/-publication/stream.html","searchKeys":["stream","val stream: Stream?","com.ntt.skyway.core.channel.Publication.stream"]},{"name":"val strideU: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideU","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/stride-u.html","searchKeys":["strideU","val strideU: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideU"]},{"name":"val strideV: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideV","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/stride-v.html","searchKeys":["strideV","val strideV: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideV"]},{"name":"val strideY: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideY","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/stride-y.html","searchKeys":["strideY","val strideY: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideY"]},{"name":"val subscriber: Member","description":"com.ntt.skyway.core.channel.Subscription.subscriber","location":"core/com.ntt.skyway.core.channel/-subscription/subscriber.html","searchKeys":["subscriber","val subscriber: Member","com.ntt.skyway.core.channel.Subscription.subscriber"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.core.channel.Publication.subscriptions","location":"core/com.ntt.skyway.core.channel/-publication/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.core.channel.Publication.subscriptions"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.core.channel.member.Member.subscriptions","location":"core/com.ntt.skyway.core.channel.member/-member/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.core.channel.member.Member.subscriptions"]},{"name":"val subscriptions: Set","description":"com.ntt.skyway.core.channel.Channel.subscriptions","location":"core/com.ntt.skyway.core.channel/-channel/subscriptions.html","searchKeys":["subscriptions","val subscriptions: Set","com.ntt.skyway.core.channel.Channel.subscriptions"]},{"name":"val subtype: String","description":"com.ntt.skyway.core.channel.member.Member.Init.subtype","location":"core/com.ntt.skyway.core.channel.member/-member/-init/subtype.html","searchKeys":["subtype","val subtype: String","com.ntt.skyway.core.channel.member.Member.Init.subtype"]},{"name":"val timeout: Int? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig.timeout","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/timeout.html","searchKeys":["timeout","val timeout: Int? = null","com.ntt.skyway.core.SkyWayContext.RtcConfig.timeout"]},{"name":"val token: SkyWayContext.Token? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.token","location":"core/com.ntt.skyway.core/-sky-way-context/-options/token.html","searchKeys":["token","val token: SkyWayContext.Token? = null","com.ntt.skyway.core.SkyWayContext.Options.token"]},{"name":"val tokenReminderTimeSec: Int? = null","description":"com.ntt.skyway.core.SkyWayContext.Token.tokenReminderTimeSec","location":"core/com.ntt.skyway.core/-sky-way-context/-token/token-reminder-time-sec.html","searchKeys":["tokenReminderTimeSec","val tokenReminderTimeSec: Int? = null","com.ntt.skyway.core.SkyWayContext.Token.tokenReminderTimeSec"]},{"name":"val track: AudioTrack","description":"com.ntt.skyway.core.content.local.LocalAudioStream.track","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/track.html","searchKeys":["track","val track: AudioTrack","com.ntt.skyway.core.content.local.LocalAudioStream.track"]},{"name":"val type: Member.Type","description":"com.ntt.skyway.core.channel.member.Member.Init.type","location":"core/com.ntt.skyway.core.channel.member/-member/-init/type.html","searchKeys":["type","val type: Member.Type","com.ntt.skyway.core.channel.member.Member.Init.type"]},{"name":"val value: Int","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.value","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/value.html","searchKeys":["value","val value: Int","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.value"]},{"name":"val version: Int? = null","description":"com.ntt.skyway.core.SkyWayContext.IceParams.version","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/version.html","searchKeys":["version","val version: Int? = null","com.ntt.skyway.core.SkyWayContext.IceParams.version"]},{"name":"val webRTCLog: Boolean = false","description":"com.ntt.skyway.core.SkyWayContext.Options.webRTCLog","location":"core/com.ntt.skyway.core/-sky-way-context/-options/web-r-t-c-log.html","searchKeys":["webRTCLog","val webRTCLog: Boolean = false","com.ntt.skyway.core.SkyWayContext.Options.webRTCLog"]},{"name":"val width: Int","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.width","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/width.html","searchKeys":["width","val width: Int","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.width"]},{"name":"val width: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.width","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/width.html","searchKeys":["width","val width: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.width"]},{"name":"var isSetup: Boolean = false","description":"com.ntt.skyway.core.SkyWayContext.isSetup","location":"core/com.ntt.skyway.core/-sky-way-context/is-setup.html","searchKeys":["isSetup","var isSetup: Boolean = false","com.ntt.skyway.core.SkyWayContext.isSetup"]},{"name":"var logLevel: Logger.LogLevel","description":"com.ntt.skyway.core.util.Logger.logLevel","location":"core/com.ntt.skyway.core.util/-logger/log-level.html","searchKeys":["logLevel","var logLevel: Logger.LogLevel","com.ntt.skyway.core.util.Logger.logLevel"]},{"name":"var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","description":"com.ntt.skyway.core.content.local.source.AudioSource.onAudioBufferHandler","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/on-audio-buffer-handler.html","searchKeys":["onAudioBufferHandler","var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","com.ntt.skyway.core.content.local.source.AudioSource.onAudioBufferHandler"]},{"name":"var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","description":"com.ntt.skyway.core.content.sink.AudioDestination.onAudioBufferHandler","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/on-audio-buffer-handler.html","searchKeys":["onAudioBufferHandler","var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","com.ntt.skyway.core.content.sink.AudioDestination.onAudioBufferHandler"]},{"name":"var onCameraChangeErrorHandler: (reason: String?) -> Unit? = null","description":"com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangeErrorHandler","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/on-camera-change-error-handler.html","searchKeys":["onCameraChangeErrorHandler","var onCameraChangeErrorHandler: (reason: String?) -> Unit? = null","com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangeErrorHandler"]},{"name":"var onCameraChangedHandler: (success: Boolean) -> Unit? = null","description":"com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangedHandler","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/on-camera-changed-handler.html","searchKeys":["onCameraChangedHandler","var onCameraChangedHandler: (success: Boolean) -> Unit? = null","com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangedHandler"]},{"name":"var onCanceledHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Subscription.onCanceledHandler","location":"core/com.ntt.skyway.core.channel/-subscription/on-canceled-handler.html","searchKeys":["onCanceledHandler","var onCanceledHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Subscription.onCanceledHandler"]},{"name":"var onClosedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onClosedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-closed-handler.html","searchKeys":["onClosedHandler","var onClosedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onClosedHandler"]},{"name":"var onDataBufferHandler: (data: ByteArray) -> Unit? = null","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.onDataBufferHandler","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/on-data-buffer-handler.html","searchKeys":["onDataBufferHandler","var onDataBufferHandler: (data: ByteArray) -> Unit? = null","com.ntt.skyway.core.content.remote.RemoteDataStream.onDataBufferHandler"]},{"name":"var onDataHandler: (data: String) -> Unit? = null","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.onDataHandler","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/on-data-handler.html","searchKeys":["onDataHandler","var onDataHandler: (data: String) -> Unit? = null","com.ntt.skyway.core.content.remote.RemoteDataStream.onDataHandler"]},{"name":"var onDisabledHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onDisabledHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-disabled-handler.html","searchKeys":["onDisabledHandler","var onDisabledHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onDisabledHandler"]},{"name":"var onEnabledHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onEnabledHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-enabled-handler.html","searchKeys":["onEnabledHandler","var onEnabledHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onEnabledHandler"]},{"name":"var onErrorHandler: (e: Exception) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onErrorHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-error-handler.html","searchKeys":["onErrorHandler","var onErrorHandler: (e: Exception) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onErrorHandler"]},{"name":"var onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onErrorHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-error-handler.html","searchKeys":["onErrorHandler","var onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onErrorHandler"]},{"name":"var onFrameHandler: (buffer: CustomRenderer.VideoFrameBuffer) -> Unit? = null","description":"com.ntt.skyway.core.content.sink.CustomRenderer.onFrameHandler","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/on-frame-handler.html","searchKeys":["onFrameHandler","var onFrameHandler: (buffer: CustomRenderer.VideoFrameBuffer) -> Unit? = null","com.ntt.skyway.core.content.sink.CustomRenderer.onFrameHandler"]},{"name":"var onLeftHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onLeftHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-left-handler.html","searchKeys":["onLeftHandler","var onLeftHandler: () -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onLeftHandler"]},{"name":"var onMemberJoinedHandler: (member: Member) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberJoinedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-joined-handler.html","searchKeys":["onMemberJoinedHandler","var onMemberJoinedHandler: (member: Member) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberJoinedHandler"]},{"name":"var onMemberLeftHandler: (member: Member) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberLeftHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-left-handler.html","searchKeys":["onMemberLeftHandler","var onMemberLeftHandler: (member: Member) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberLeftHandler"]},{"name":"var onMemberListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberListChangedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-list-changed-handler.html","searchKeys":["onMemberListChangedHandler","var onMemberListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberListChangedHandler"]},{"name":"var onMemberMetadataUpdatedHandler: (member: Member, metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-metadata-updated-handler.html","searchKeys":["onMemberMetadataUpdatedHandler","var onMemberMetadataUpdatedHandler: (member: Member, metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Publication.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onMetadataUpdatedHandler"]},{"name":"var onPublicationDisabledHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationDisabledHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-disabled-handler.html","searchKeys":["onPublicationDisabledHandler","var onPublicationDisabledHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationDisabledHandler"]},{"name":"var onPublicationEnabledHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationEnabledHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-enabled-handler.html","searchKeys":["onPublicationEnabledHandler","var onPublicationEnabledHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationEnabledHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationListChangedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationListChangedHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onPublicationListChangedHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onPublicationListChangedHandler"]},{"name":"var onPublicationMetadataUpdatedHandler: (publication: Publication, metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-metadata-updated-handler.html","searchKeys":["onPublicationMetadataUpdatedHandler","var onPublicationMetadataUpdatedHandler: (publication: Publication, metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationMetadataUpdatedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationSubscribedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationSubscribedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onPublicationSubscribedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onPublicationSubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationUnsubscribedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationUnsubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onPublicationUnsubscribedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onPublicationUnsubscribedHandler"]},{"name":"var onReconnectStartHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onReconnectStartHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-start-handler.html","searchKeys":["onReconnectStartHandler","var onReconnectStartHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onReconnectStartHandler"]},{"name":"var onReconnectSuccessHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onReconnectSuccessHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-success-handler.html","searchKeys":["onReconnectSuccessHandler","var onReconnectSuccessHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onReconnectSuccessHandler"]},{"name":"var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onStreamPublishedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onStreamPublishedHandler"]},{"name":"var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onStreamPublishedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onStreamPublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onStreamUnpublishedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onStreamUnpublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onStreamUnpublishedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onStreamUnpublishedHandler"]},{"name":"var onSubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onSubscribedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-subscribed-handler.html","searchKeys":["onSubscribedHandler","var onSubscribedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onSubscribedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onSubscriptionListChangedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onSubscriptionListChangedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onSubscriptionListChangedHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onSubscriptionListChangedHandler"]},{"name":"var onTokenExpiredHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onTokenExpiredHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-expired-handler.html","searchKeys":["onTokenExpiredHandler","var onTokenExpiredHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onTokenExpiredHandler"]},{"name":"var onTokenRefreshingNeededHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeededHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-refreshing-needed-handler.html","searchKeys":["onTokenRefreshingNeededHandler","var onTokenRefreshingNeededHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeededHandler"]},{"name":"var onUnpublishedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onUnpublishedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-unpublished-handler.html","searchKeys":["onUnpublishedHandler","var onUnpublishedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onUnpublishedHandler"]},{"name":"var onUnsubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onUnsubscribedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-unsubscribed-handler.html","searchKeys":["onUnsubscribedHandler","var onUnsubscribedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onUnsubscribedHandler"]},{"name":"var webRTCLog: Boolean = false","description":"com.ntt.skyway.core.util.Logger.webRTCLog","location":"core/com.ntt.skyway.core.util/-logger/web-r-t-c-log.html","searchKeys":["webRTCLog","var webRTCLog: Boolean = false","com.ntt.skyway.core.util.Logger.webRTCLog"]}] +[{"name":"AUDIO()","description":"com.ntt.skyway.core.content.Stream.ContentType.AUDIO","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-a-u-d-i-o/index.html","searchKeys":["AUDIO","AUDIO()","com.ntt.skyway.core.content.Stream.ContentType.AUDIO"]},{"name":"AV1(\"video/AV1\")","description":"com.ntt.skyway.core.content.Codec.MimeType.AV1","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-a-v1/index.html","searchKeys":["AV1","AV1(\"video/AV1\")","com.ntt.skyway.core.content.Codec.MimeType.AV1"]},{"name":"BOT()","description":"com.ntt.skyway.core.channel.member.Member.Type.BOT","location":"core/com.ntt.skyway.core.channel.member/-member/-type/-b-o-t/index.html","searchKeys":["BOT","BOT()","com.ntt.skyway.core.channel.member.Member.Type.BOT"]},{"name":"CANCELED()","description":"com.ntt.skyway.core.channel.Publication.State.CANCELED","location":"core/com.ntt.skyway.core.channel/-publication/-state/-c-a-n-c-e-l-e-d/index.html","searchKeys":["CANCELED","CANCELED()","com.ntt.skyway.core.channel.Publication.State.CANCELED"]},{"name":"CANCELED()","description":"com.ntt.skyway.core.channel.Subscription.State.CANCELED","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-c-a-n-c-e-l-e-d/index.html","searchKeys":["CANCELED","CANCELED()","com.ntt.skyway.core.channel.Subscription.State.CANCELED"]},{"name":"CLOSED()","description":"com.ntt.skyway.core.channel.Channel.State.CLOSED","location":"core/com.ntt.skyway.core.channel/-channel/-state/-c-l-o-s-e-d/index.html","searchKeys":["CLOSED","CLOSED()","com.ntt.skyway.core.channel.Channel.State.CLOSED"]},{"name":"DATA()","description":"com.ntt.skyway.core.content.Stream.ContentType.DATA","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-d-a-t-a/index.html","searchKeys":["DATA","DATA()","com.ntt.skyway.core.content.Stream.ContentType.DATA"]},{"name":"DEBUG()","description":"com.ntt.skyway.core.util.Logger.LogLevel.DEBUG","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG()","com.ntt.skyway.core.util.Logger.LogLevel.DEBUG"]},{"name":"DISABLE()","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy.DISABLE","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-d-i-s-a-b-l-e/index.html","searchKeys":["DISABLE","DISABLE()","com.ntt.skyway.core.SkyWayContext.TurnPolicy.DISABLE"]},{"name":"DISABLED()","description":"com.ntt.skyway.core.channel.Publication.State.DISABLED","location":"core/com.ntt.skyway.core.channel/-publication/-state/-d-i-s-a-b-l-e-d/index.html","searchKeys":["DISABLED","DISABLED()","com.ntt.skyway.core.channel.Publication.State.DISABLED"]},{"name":"DISABLED()","description":"com.ntt.skyway.core.channel.Subscription.State.DISABLED","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-d-i-s-a-b-l-e-d/index.html","searchKeys":["DISABLED","DISABLED()","com.ntt.skyway.core.channel.Subscription.State.DISABLED"]},{"name":"ENABLE()","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy.ENABLE","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-e-n-a-b-l-e/index.html","searchKeys":["ENABLE","ENABLE()","com.ntt.skyway.core.SkyWayContext.TurnPolicy.ENABLE"]},{"name":"ENABLED()","description":"com.ntt.skyway.core.channel.Publication.State.ENABLED","location":"core/com.ntt.skyway.core.channel/-publication/-state/-e-n-a-b-l-e-d/index.html","searchKeys":["ENABLED","ENABLED()","com.ntt.skyway.core.channel.Publication.State.ENABLED"]},{"name":"ENABLED()","description":"com.ntt.skyway.core.channel.Subscription.State.ENABLED","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-e-n-a-b-l-e-d/index.html","searchKeys":["ENABLED","ENABLED()","com.ntt.skyway.core.channel.Subscription.State.ENABLED"]},{"name":"ERROR()","description":"com.ntt.skyway.core.util.Logger.LogLevel.ERROR","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-e-r-r-o-r/index.html","searchKeys":["ERROR","ERROR()","com.ntt.skyway.core.util.Logger.LogLevel.ERROR"]},{"name":"FILL_PARENT(-1)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.FILL_PARENT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/-f-i-l-l_-p-a-r-e-n-t/index.html","searchKeys":["FILL_PARENT","FILL_PARENT(-1)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.FILL_PARENT"]},{"name":"H264(\"video/h264\")","description":"com.ntt.skyway.core.content.Codec.MimeType.H264","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-h264/index.html","searchKeys":["H264","H264(\"video/h264\")","com.ntt.skyway.core.content.Codec.MimeType.H264"]},{"name":"INFO()","description":"com.ntt.skyway.core.util.Logger.LogLevel.INFO","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO()","com.ntt.skyway.core.util.Logger.LogLevel.INFO"]},{"name":"JOINED()","description":"com.ntt.skyway.core.channel.member.Member.State.JOINED","location":"core/com.ntt.skyway.core.channel.member/-member/-state/-j-o-i-n-e-d/index.html","searchKeys":["JOINED","JOINED()","com.ntt.skyway.core.channel.member.Member.State.JOINED"]},{"name":"LEFT()","description":"com.ntt.skyway.core.channel.member.Member.State.LEFT","location":"core/com.ntt.skyway.core.channel.member/-member/-state/-l-e-f-t/index.html","searchKeys":["LEFT","LEFT()","com.ntt.skyway.core.channel.member.Member.State.LEFT"]},{"name":"LOCAL()","description":"com.ntt.skyway.core.channel.member.Member.Side.LOCAL","location":"core/com.ntt.skyway.core.channel.member/-member/-side/-l-o-c-a-l/index.html","searchKeys":["LOCAL","LOCAL()","com.ntt.skyway.core.channel.member.Member.Side.LOCAL"]},{"name":"LOCAL()","description":"com.ntt.skyway.core.content.Stream.Side.LOCAL","location":"core/com.ntt.skyway.core.content/-stream/-side/-l-o-c-a-l/index.html","searchKeys":["LOCAL","LOCAL()","com.ntt.skyway.core.content.Stream.Side.LOCAL"]},{"name":"MATCH_PARENT(-1)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.MATCH_PARENT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/-m-a-t-c-h_-p-a-r-e-n-t/index.html","searchKeys":["MATCH_PARENT","MATCH_PARENT(-1)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.MATCH_PARENT"]},{"name":"NONE()","description":"com.ntt.skyway.core.util.Logger.LogLevel.NONE","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-n-o-n-e/index.html","searchKeys":["NONE","NONE()","com.ntt.skyway.core.util.Logger.LogLevel.NONE"]},{"name":"OPENED()","description":"com.ntt.skyway.core.channel.Channel.State.OPENED","location":"core/com.ntt.skyway.core.channel/-channel/-state/-o-p-e-n-e-d/index.html","searchKeys":["OPENED","OPENED()","com.ntt.skyway.core.channel.Channel.State.OPENED"]},{"name":"OPUS(\"audio/opus\")","description":"com.ntt.skyway.core.content.Codec.MimeType.OPUS","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-o-p-u-s/index.html","searchKeys":["OPUS","OPUS(\"audio/opus\")","com.ntt.skyway.core.content.Codec.MimeType.OPUS"]},{"name":"PERSON()","description":"com.ntt.skyway.core.channel.member.Member.Type.PERSON","location":"core/com.ntt.skyway.core.channel.member/-member/-type/-p-e-r-s-o-n/index.html","searchKeys":["PERSON","PERSON()","com.ntt.skyway.core.channel.member.Member.Type.PERSON"]},{"name":"RED(\"audio/red\")","description":"com.ntt.skyway.core.content.Codec.MimeType.RED","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-r-e-d/index.html","searchKeys":["RED","RED(\"audio/red\")","com.ntt.skyway.core.content.Codec.MimeType.RED"]},{"name":"REMOTE()","description":"com.ntt.skyway.core.channel.member.Member.Side.REMOTE","location":"core/com.ntt.skyway.core.channel.member/-member/-side/-r-e-m-o-t-e/index.html","searchKeys":["REMOTE","REMOTE()","com.ntt.skyway.core.channel.member.Member.Side.REMOTE"]},{"name":"REMOTE()","description":"com.ntt.skyway.core.content.Stream.Side.REMOTE","location":"core/com.ntt.skyway.core.content/-stream/-side/-r-e-m-o-t-e/index.html","searchKeys":["REMOTE","REMOTE()","com.ntt.skyway.core.content.Stream.Side.REMOTE"]},{"name":"SCALE_ASPECT_BALANCED()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_BALANCED","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-s-c-a-l-e_-a-s-p-e-c-t_-b-a-l-a-n-c-e-d/index.html","searchKeys":["SCALE_ASPECT_BALANCED","SCALE_ASPECT_BALANCED()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_BALANCED"]},{"name":"SCALE_ASPECT_FILL()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FILL","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-s-c-a-l-e_-a-s-p-e-c-t_-f-i-l-l/index.html","searchKeys":["SCALE_ASPECT_FILL","SCALE_ASPECT_FILL()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FILL"]},{"name":"SCALE_ASPECT_FIT()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FIT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-s-c-a-l-e_-a-s-p-e-c-t_-f-i-t/index.html","searchKeys":["SCALE_ASPECT_FIT","SCALE_ASPECT_FIT()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.SCALE_ASPECT_FIT"]},{"name":"TURN_ONLY()","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy.TURN_ONLY","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/-t-u-r-n_-o-n-l-y/index.html","searchKeys":["TURN_ONLY","TURN_ONLY()","com.ntt.skyway.core.SkyWayContext.TurnPolicy.TURN_ONLY"]},{"name":"VERBOSE()","description":"com.ntt.skyway.core.util.Logger.LogLevel.VERBOSE","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-v-e-r-b-o-s-e/index.html","searchKeys":["VERBOSE","VERBOSE()","com.ntt.skyway.core.util.Logger.LogLevel.VERBOSE"]},{"name":"VIDEO()","description":"com.ntt.skyway.core.content.Stream.ContentType.VIDEO","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-v-i-d-e-o/index.html","searchKeys":["VIDEO","VIDEO()","com.ntt.skyway.core.content.Stream.ContentType.VIDEO"]},{"name":"VP8(\"video/VP8\")","description":"com.ntt.skyway.core.content.Codec.MimeType.VP8","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-v-p8/index.html","searchKeys":["VP8","VP8(\"video/VP8\")","com.ntt.skyway.core.content.Codec.MimeType.VP8"]},{"name":"VP9(\"video/VP9\")","description":"com.ntt.skyway.core.content.Codec.MimeType.VP9","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-v-p9/index.html","searchKeys":["VP9","VP9(\"video/VP9\")","com.ntt.skyway.core.content.Codec.MimeType.VP9"]},{"name":"WARN()","description":"com.ntt.skyway.core.util.Logger.LogLevel.WARN","location":"core/com.ntt.skyway.core.util/-logger/-log-level/-w-a-r-n/index.html","searchKeys":["WARN","WARN()","com.ntt.skyway.core.util.Logger.LogLevel.WARN"]},{"name":"WRAP_CONTENT(-2)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.WRAP_CONTENT","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/-w-r-a-p_-c-o-n-t-e-n-t/index.html","searchKeys":["WRAP_CONTENT","WRAP_CONTENT(-2)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.WRAP_CONTENT"]},{"name":"abstract class LocalStream : Stream","description":"com.ntt.skyway.core.content.local.LocalStream","location":"core/com.ntt.skyway.core.content.local/-local-stream/index.html","searchKeys":["LocalStream","abstract class LocalStream : Stream","com.ntt.skyway.core.content.local.LocalStream"]},{"name":"abstract class Member","description":"com.ntt.skyway.core.channel.member.Member","location":"core/com.ntt.skyway.core.channel.member/-member/index.html","searchKeys":["Member","abstract class Member","com.ntt.skyway.core.channel.member.Member"]},{"name":"abstract class RemoteMember(dto: Member.Dto) : Member","description":"com.ntt.skyway.core.channel.member.RemoteMember","location":"core/com.ntt.skyway.core.channel.member/-remote-member/index.html","searchKeys":["RemoteMember","abstract class RemoteMember(dto: Member.Dto) : Member","com.ntt.skyway.core.channel.member.RemoteMember"]},{"name":"abstract class RemoteStream : Stream","description":"com.ntt.skyway.core.content.remote.RemoteStream","location":"core/com.ntt.skyway.core.content.remote/-remote-stream/index.html","searchKeys":["RemoteStream","abstract class RemoteStream : Stream","com.ntt.skyway.core.content.remote.RemoteStream"]},{"name":"abstract class Stream(id: String, nativePointer: Long)","description":"com.ntt.skyway.core.content.Stream","location":"core/com.ntt.skyway.core.content/-stream/index.html","searchKeys":["Stream","abstract class Stream(id: String, nativePointer: Long)","com.ntt.skyway.core.content.Stream"]},{"name":"abstract class VideoSource","description":"com.ntt.skyway.core.content.local.source.VideoSource","location":"core/com.ntt.skyway.core.content.local.source/-video-source/index.html","searchKeys":["VideoSource","abstract class VideoSource","com.ntt.skyway.core.content.local.source.VideoSource"]},{"name":"abstract fun createRemoteMember(dto: Member.Dto): RemoteMember","description":"com.ntt.skyway.plugin.Plugin.createRemoteMember","location":"core/com.ntt.skyway.plugin/-plugin/create-remote-member.html","searchKeys":["createRemoteMember","abstract fun createRemoteMember(dto: Member.Dto): RemoteMember","com.ntt.skyway.plugin.Plugin.createRemoteMember"]},{"name":"abstract fun dispose()","description":"com.ntt.skyway.core.content.Stream.dispose","location":"core/com.ntt.skyway.core.content/-stream/dispose.html","searchKeys":["dispose","abstract fun dispose()","com.ntt.skyway.core.content.Stream.dispose"]},{"name":"abstract fun dispose()","description":"com.ntt.skyway.core.content.sink.Renderer.dispose","location":"core/com.ntt.skyway.core.content.sink/-renderer/dispose.html","searchKeys":["dispose","abstract fun dispose()","com.ntt.skyway.core.content.sink.Renderer.dispose"]},{"name":"abstract val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.Stream.contentType","location":"core/com.ntt.skyway.core.content/-stream/content-type.html","searchKeys":["contentType","abstract val contentType: Stream.ContentType","com.ntt.skyway.core.content.Stream.contentType"]},{"name":"abstract val name: String","description":"com.ntt.skyway.plugin.Plugin.name","location":"core/com.ntt.skyway.plugin/-plugin/name.html","searchKeys":["name","abstract val name: String","com.ntt.skyway.plugin.Plugin.name"]},{"name":"abstract val side: Member.Side","description":"com.ntt.skyway.core.channel.member.Member.side","location":"core/com.ntt.skyway.core.channel.member/-member/side.html","searchKeys":["side","abstract val side: Member.Side","com.ntt.skyway.core.channel.member.Member.side"]},{"name":"abstract val side: Stream.Side","description":"com.ntt.skyway.core.content.Stream.side","location":"core/com.ntt.skyway.core.content/-stream/side.html","searchKeys":["side","abstract val side: Stream.Side","com.ntt.skyway.core.content.Stream.side"]},{"name":"abstract val sink: VideoSink","description":"com.ntt.skyway.core.content.sink.Renderer.sink","location":"core/com.ntt.skyway.core.content.sink/-renderer/sink.html","searchKeys":["sink","abstract val sink: VideoSink","com.ntt.skyway.core.content.sink.Renderer.sink"]},{"name":"abstract val subType: String","description":"com.ntt.skyway.core.channel.member.Member.subType","location":"core/com.ntt.skyway.core.channel.member/-member/sub-type.html","searchKeys":["subType","abstract val subType: String","com.ntt.skyway.core.channel.member.Member.subType"]},{"name":"abstract val type: Member.Type","description":"com.ntt.skyway.core.channel.member.Member.type","location":"core/com.ntt.skyway.core.channel.member/-member/type.html","searchKeys":["type","abstract val type: Member.Type","com.ntt.skyway.core.channel.member.Member.type"]},{"name":"abstract var isSetup: Boolean","description":"com.ntt.skyway.core.content.sink.Renderer.isSetup","location":"core/com.ntt.skyway.core.content.sink/-renderer/is-setup.html","searchKeys":["isSetup","abstract var isSetup: Boolean","com.ntt.skyway.core.content.sink.Renderer.isSetup"]},{"name":"annotation class SkyWayOptIn","description":"com.ntt.skyway.core.SkyWayOptIn","location":"core/com.ntt.skyway.core/-sky-way-opt-in/index.html","searchKeys":["SkyWayOptIn","annotation class SkyWayOptIn","com.ntt.skyway.core.SkyWayOptIn"]},{"name":"class Channel","description":"com.ntt.skyway.core.channel.Channel","location":"core/com.ntt.skyway.core.channel/-channel/index.html","searchKeys":["Channel","class Channel","com.ntt.skyway.core.channel.Channel"]},{"name":"class CustomRenderer : Renderer","description":"com.ntt.skyway.core.content.sink.CustomRenderer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/index.html","searchKeys":["CustomRenderer","class CustomRenderer : Renderer","com.ntt.skyway.core.content.sink.CustomRenderer"]},{"name":"class CustomVideoFrameSource(width: Int, height: Int) : VideoSource","description":"com.ntt.skyway.core.content.local.source.CustomVideoFrameSource","location":"core/com.ntt.skyway.core.content.local.source/-custom-video-frame-source/index.html","searchKeys":["CustomVideoFrameSource","class CustomVideoFrameSource(width: Int, height: Int) : VideoSource","com.ntt.skyway.core.content.local.source.CustomVideoFrameSource"]},{"name":"class DataSource","description":"com.ntt.skyway.core.content.local.source.DataSource","location":"core/com.ntt.skyway.core.content.local.source/-data-source/index.html","searchKeys":["DataSource","class DataSource","com.ntt.skyway.core.content.local.source.DataSource"]},{"name":"class LocalAudioStream : LocalStream","description":"com.ntt.skyway.core.content.local.LocalAudioStream","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/index.html","searchKeys":["LocalAudioStream","class LocalAudioStream : LocalStream","com.ntt.skyway.core.content.local.LocalAudioStream"]},{"name":"class LocalDataStream : LocalStream","description":"com.ntt.skyway.core.content.local.LocalDataStream","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/index.html","searchKeys":["LocalDataStream","class LocalDataStream : LocalStream","com.ntt.skyway.core.content.local.LocalDataStream"]},{"name":"class LocalPerson : Member","description":"com.ntt.skyway.core.channel.member.LocalPerson","location":"core/com.ntt.skyway.core.channel.member/-local-person/index.html","searchKeys":["LocalPerson","class LocalPerson : Member","com.ntt.skyway.core.channel.member.LocalPerson"]},{"name":"class LocalVideoStream : LocalStream","description":"com.ntt.skyway.core.content.local.LocalVideoStream","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/index.html","searchKeys":["LocalVideoStream","class LocalVideoStream : LocalStream","com.ntt.skyway.core.content.local.LocalVideoStream"]},{"name":"class Publication","description":"com.ntt.skyway.core.channel.Publication","location":"core/com.ntt.skyway.core.channel/-publication/index.html","searchKeys":["Publication","class Publication","com.ntt.skyway.core.channel.Publication"]},{"name":"class RemoteAudioStream : RemoteStream","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/index.html","searchKeys":["RemoteAudioStream","class RemoteAudioStream : RemoteStream","com.ntt.skyway.core.content.remote.RemoteAudioStream"]},{"name":"class RemoteDataStream : RemoteStream","description":"com.ntt.skyway.core.content.remote.RemoteDataStream","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/index.html","searchKeys":["RemoteDataStream","class RemoteDataStream : RemoteStream","com.ntt.skyway.core.content.remote.RemoteDataStream"]},{"name":"class RemotePerson : RemoteMember","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/index.html","searchKeys":["RemotePerson","class RemotePerson : RemoteMember","com.ntt.skyway.plugin.remotePerson.RemotePerson"]},{"name":"class RemotePersonPlugin : Plugin","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/index.html","searchKeys":["RemotePersonPlugin","class RemotePersonPlugin : Plugin","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin"]},{"name":"class RemoteVideoStream : RemoteStream","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/index.html","searchKeys":["RemoteVideoStream","class RemoteVideoStream : RemoteStream","com.ntt.skyway.core.content.remote.RemoteVideoStream"]},{"name":"class Subscription","description":"com.ntt.skyway.core.channel.Subscription","location":"core/com.ntt.skyway.core.channel/-subscription/index.html","searchKeys":["Subscription","class Subscription","com.ntt.skyway.core.channel.Subscription"]},{"name":"class SurfaceViewRenderer : FrameLayout, Renderer","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/index.html","searchKeys":["SurfaceViewRenderer","class SurfaceViewRenderer : FrameLayout, Renderer","com.ntt.skyway.core.content.sink.SurfaceViewRenderer"]},{"name":"class VideoFileSource(context: Context, fileName: String) : VideoSource","description":"com.ntt.skyway.core.content.local.source.VideoFileSource","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/index.html","searchKeys":["VideoFileSource","class VideoFileSource(context: Context, fileName: String) : VideoSource","com.ntt.skyway.core.content.local.source.VideoFileSource"]},{"name":"data class CapturingOptions(width: Int, height: Int, frameRate: Int)","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/index.html","searchKeys":["CapturingOptions","data class CapturingOptions(width: Int, height: Int, frameRate: Int)","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions"]},{"name":"data class Codec(mimeType: String)","description":"com.ntt.skyway.core.content.Codec","location":"core/com.ntt.skyway.core.content/-codec/index.html","searchKeys":["Codec","data class Codec(mimeType: String)","com.ntt.skyway.core.content.Codec"]},{"name":"data class Dto(channel: Channel, id: String, name: String, nativePointer: Long)","description":"com.ntt.skyway.core.channel.member.Member.Dto","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/index.html","searchKeys":["Dto","data class Dto(channel: Channel, id: String, name: String, nativePointer: Long)","com.ntt.skyway.core.channel.member.Member.Dto"]},{"name":"data class Encoding(id: String?, maxBitrate: Int?, scaleResolutionDownBy: Double?, maxFramerate: Double?)","description":"com.ntt.skyway.core.content.Encoding","location":"core/com.ntt.skyway.core.content/-encoding/index.html","searchKeys":["Encoding","data class Encoding(id: String?, maxBitrate: Int?, scaleResolutionDownBy: Double?, maxFramerate: Double?)","com.ntt.skyway.core.content.Encoding"]},{"name":"data class Error(message: String)","description":"com.ntt.skyway.core.SkyWayContext.Error","location":"core/com.ntt.skyway.core/-sky-way-context/-error/index.html","searchKeys":["Error","data class Error(message: String)","com.ntt.skyway.core.SkyWayContext.Error"]},{"name":"data class IceParams(domain: String?, version: Int?, secure: Boolean?)","description":"com.ntt.skyway.core.SkyWayContext.IceParams","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/index.html","searchKeys":["IceParams","data class IceParams(domain: String?, version: Int?, secure: Boolean?)","com.ntt.skyway.core.SkyWayContext.IceParams"]},{"name":"data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int, type: Member.Type, subtype: String)","description":"com.ntt.skyway.core.channel.member.Member.Init","location":"core/com.ntt.skyway.core.channel.member/-member/-init/index.html","searchKeys":["Init","data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int, type: Member.Type, subtype: String)","com.ntt.skyway.core.channel.member.Member.Init"]},{"name":"data class Options(authToken: String, logLevel: Logger.LogLevel, webRTCLog: Boolean, enableHardwareCodec: Boolean, rtcApi: SkyWayContext.RtcApi?, iceParams: SkyWayContext.IceParams?, signaling: SkyWayContext.Signaling?, rtcConfig: SkyWayContext.RtcConfig?, sfu: SkyWayContext.Sfu?, token: SkyWayContext.Token?)","description":"com.ntt.skyway.core.SkyWayContext.Options","location":"core/com.ntt.skyway.core/-sky-way-context/-options/index.html","searchKeys":["Options","data class Options(authToken: String, logLevel: Logger.LogLevel, webRTCLog: Boolean, enableHardwareCodec: Boolean, rtcApi: SkyWayContext.RtcApi?, iceParams: SkyWayContext.IceParams?, signaling: SkyWayContext.Signaling?, rtcConfig: SkyWayContext.RtcConfig?, sfu: SkyWayContext.Sfu?, token: SkyWayContext.Token?)","com.ntt.skyway.core.SkyWayContext.Options"]},{"name":"data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?)","description":"com.ntt.skyway.core.channel.Publication.Options","location":"core/com.ntt.skyway.core.channel/-publication/-options/index.html","searchKeys":["Options","data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?)","com.ntt.skyway.core.channel.Publication.Options"]},{"name":"data class Options(preferredEncodingId: String?)","description":"com.ntt.skyway.core.channel.Subscription.Options","location":"core/com.ntt.skyway.core.channel/-subscription/-options/index.html","searchKeys":["Options","data class Options(preferredEncodingId: String?)","com.ntt.skyway.core.channel.Subscription.Options"]},{"name":"data class RtcApi(domain: String?, secure: Boolean?)","description":"com.ntt.skyway.core.SkyWayContext.RtcApi","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/index.html","searchKeys":["RtcApi","data class RtcApi(domain: String?, secure: Boolean?)","com.ntt.skyway.core.SkyWayContext.RtcApi"]},{"name":"data class RtcConfig(timeout: Int?, policy: SkyWayContext.TurnPolicy?)","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/index.html","searchKeys":["RtcConfig","data class RtcConfig(timeout: Int?, policy: SkyWayContext.TurnPolicy?)","com.ntt.skyway.core.SkyWayContext.RtcConfig"]},{"name":"data class Sfu(domain: String?)","description":"com.ntt.skyway.core.SkyWayContext.Sfu","location":"core/com.ntt.skyway.core/-sky-way-context/-sfu/index.html","searchKeys":["Sfu","data class Sfu(domain: String?)","com.ntt.skyway.core.SkyWayContext.Sfu"]},{"name":"data class Signaling(domain: String?, secure: Boolean?)","description":"com.ntt.skyway.core.SkyWayContext.Signaling","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/index.html","searchKeys":["Signaling","data class Signaling(domain: String?, secure: Boolean?)","com.ntt.skyway.core.SkyWayContext.Signaling"]},{"name":"data class Token(tokenReminderTimeSec: Int?)","description":"com.ntt.skyway.core.SkyWayContext.Token","location":"core/com.ntt.skyway.core/-sky-way-context/-token/index.html","searchKeys":["Token","data class Token(tokenReminderTimeSec: Int?)","com.ntt.skyway.core.SkyWayContext.Token"]},{"name":"data class VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/index.html","searchKeys":["VideoFrameBuffer","data class VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer"]},{"name":"data class WebRTCStats(reports: List)","description":"com.ntt.skyway.core.content.WebRTCStats","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats/index.html","searchKeys":["WebRTCStats","data class WebRTCStats(reports: List)","com.ntt.skyway.core.content.WebRTCStats"]},{"name":"data class WebRTCStatsReport(id: String, type: String, params: Map)","description":"com.ntt.skyway.core.content.WebRTCStatsReport","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/index.html","searchKeys":["WebRTCStatsReport","data class WebRTCStatsReport(id: String, type: String, params: Map)","com.ntt.skyway.core.content.WebRTCStatsReport"]},{"name":"enum ContentType : Enum ","description":"com.ntt.skyway.core.content.Stream.ContentType","location":"core/com.ntt.skyway.core.content/-stream/-content-type/index.html","searchKeys":["ContentType","enum ContentType : Enum ","com.ntt.skyway.core.content.Stream.ContentType"]},{"name":"enum LayoutParam : Enum ","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/index.html","searchKeys":["LayoutParam","enum LayoutParam : Enum ","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam"]},{"name":"enum LogLevel : Enum ","description":"com.ntt.skyway.core.util.Logger.LogLevel","location":"core/com.ntt.skyway.core.util/-logger/-log-level/index.html","searchKeys":["LogLevel","enum LogLevel : Enum ","com.ntt.skyway.core.util.Logger.LogLevel"]},{"name":"enum MimeType : Enum ","description":"com.ntt.skyway.core.content.Codec.MimeType","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/index.html","searchKeys":["MimeType","enum MimeType : Enum ","com.ntt.skyway.core.content.Codec.MimeType"]},{"name":"enum ScalingType : Enum ","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/index.html","searchKeys":["ScalingType","enum ScalingType : Enum ","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType"]},{"name":"enum Side : Enum ","description":"com.ntt.skyway.core.channel.member.Member.Side","location":"core/com.ntt.skyway.core.channel.member/-member/-side/index.html","searchKeys":["Side","enum Side : Enum ","com.ntt.skyway.core.channel.member.Member.Side"]},{"name":"enum Side : Enum ","description":"com.ntt.skyway.core.content.Stream.Side","location":"core/com.ntt.skyway.core.content/-stream/-side/index.html","searchKeys":["Side","enum Side : Enum ","com.ntt.skyway.core.content.Stream.Side"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.Channel.State","location":"core/com.ntt.skyway.core.channel/-channel/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.Channel.State"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.member.Member.State","location":"core/com.ntt.skyway.core.channel.member/-member/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.member.Member.State"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.Publication.State","location":"core/com.ntt.skyway.core.channel/-publication/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.Publication.State"]},{"name":"enum State : Enum ","description":"com.ntt.skyway.core.channel.Subscription.State","location":"core/com.ntt.skyway.core.channel/-subscription/-state/index.html","searchKeys":["State","enum State : Enum ","com.ntt.skyway.core.channel.Subscription.State"]},{"name":"enum TurnPolicy : Enum ","description":"com.ntt.skyway.core.SkyWayContext.TurnPolicy","location":"core/com.ntt.skyway.core/-sky-way-context/-turn-policy/index.html","searchKeys":["TurnPolicy","enum TurnPolicy : Enum ","com.ntt.skyway.core.SkyWayContext.TurnPolicy"]},{"name":"enum Type : Enum ","description":"com.ntt.skyway.core.channel.member.Member.Type","location":"core/com.ntt.skyway.core.channel.member/-member/-type/index.html","searchKeys":["Type","enum Type : Enum ","com.ntt.skyway.core.channel.member.Member.Type"]},{"name":"fun CapturingOptions(width: Int, height: Int, frameRate: Int = 30)","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.CapturingOptions","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/-capturing-options.html","searchKeys":["CapturingOptions","fun CapturingOptions(width: Int, height: Int, frameRate: Int = 30)","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.CapturingOptions"]},{"name":"fun Codec(mimeType: Codec.MimeType)","description":"com.ntt.skyway.core.content.Codec.Codec","location":"core/com.ntt.skyway.core.content/-codec/-codec.html","searchKeys":["Codec","fun Codec(mimeType: Codec.MimeType)","com.ntt.skyway.core.content.Codec.Codec"]},{"name":"fun Codec(mimeType: String)","description":"com.ntt.skyway.core.content.Codec.Codec","location":"core/com.ntt.skyway.core.content/-codec/-codec.html","searchKeys":["Codec","fun Codec(mimeType: String)","com.ntt.skyway.core.content.Codec.Codec"]},{"name":"fun CustomRenderer()","description":"com.ntt.skyway.core.content.sink.CustomRenderer.CustomRenderer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-custom-renderer.html","searchKeys":["CustomRenderer","fun CustomRenderer()","com.ntt.skyway.core.content.sink.CustomRenderer.CustomRenderer"]},{"name":"fun CustomVideoFrameSource(width: Int, height: Int)","description":"com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.CustomVideoFrameSource","location":"core/com.ntt.skyway.core.content.local.source/-custom-video-frame-source/-custom-video-frame-source.html","searchKeys":["CustomVideoFrameSource","fun CustomVideoFrameSource(width: Int, height: Int)","com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.CustomVideoFrameSource"]},{"name":"fun DataSource()","description":"com.ntt.skyway.core.content.local.source.DataSource.DataSource","location":"core/com.ntt.skyway.core.content.local.source/-data-source/-data-source.html","searchKeys":["DataSource","fun DataSource()","com.ntt.skyway.core.content.local.source.DataSource.DataSource"]},{"name":"fun Dto(channel: Channel, id: String, name: String, nativePointer: Long)","description":"com.ntt.skyway.core.channel.member.Member.Dto.Dto","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/-dto.html","searchKeys":["Dto","fun Dto(channel: Channel, id: String, name: String, nativePointer: Long)","com.ntt.skyway.core.channel.member.Member.Dto.Dto"]},{"name":"fun Encoding(id: String?, maxBitrate: Int? = null, scaleResolutionDownBy: Double? = null, maxFramerate: Double? = null)","description":"com.ntt.skyway.core.content.Encoding.Encoding","location":"core/com.ntt.skyway.core.content/-encoding/-encoding.html","searchKeys":["Encoding","fun Encoding(id: String?, maxBitrate: Int? = null, scaleResolutionDownBy: Double? = null, maxFramerate: Double? = null)","com.ntt.skyway.core.content.Encoding.Encoding"]},{"name":"fun Error(message: String)","description":"com.ntt.skyway.core.SkyWayContext.Error.Error","location":"core/com.ntt.skyway.core/-sky-way-context/-error/-error.html","searchKeys":["Error","fun Error(message: String)","com.ntt.skyway.core.SkyWayContext.Error.Error"]},{"name":"fun IceParams(domain: String? = null, version: Int? = null, secure: Boolean? = null)","description":"com.ntt.skyway.core.SkyWayContext.IceParams.IceParams","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/-ice-params.html","searchKeys":["IceParams","fun IceParams(domain: String? = null, version: Int? = null, secure: Boolean? = null)","com.ntt.skyway.core.SkyWayContext.IceParams.IceParams"]},{"name":"fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000, type: Member.Type = Type.PERSON, subtype: String = \"\")","description":"com.ntt.skyway.core.channel.member.Member.Init.Init","location":"core/com.ntt.skyway.core.channel.member/-member/-init/-init.html","searchKeys":["Init","fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000, type: Member.Type = Type.PERSON, subtype: String = \"\")","com.ntt.skyway.core.channel.member.Member.Init.Init"]},{"name":"fun Member(dto: Member.Dto)","description":"com.ntt.skyway.core.channel.member.Member.Member","location":"core/com.ntt.skyway.core.channel.member/-member/-member.html","searchKeys":["Member","fun Member(dto: Member.Dto)","com.ntt.skyway.core.channel.member.Member.Member"]},{"name":"fun Options(authToken: String, logLevel: Logger.LogLevel = Logger.LogLevel.NONE, webRTCLog: Boolean = false, enableHardwareCodec: Boolean = true, rtcApi: SkyWayContext.RtcApi? = null, iceParams: SkyWayContext.IceParams? = null, signaling: SkyWayContext.Signaling? = null, rtcConfig: SkyWayContext.RtcConfig? = null, sfu: SkyWayContext.Sfu? = null, token: SkyWayContext.Token? = null)","description":"com.ntt.skyway.core.SkyWayContext.Options.Options","location":"core/com.ntt.skyway.core/-sky-way-context/-options/-options.html","searchKeys":["Options","fun Options(authToken: String, logLevel: Logger.LogLevel = Logger.LogLevel.NONE, webRTCLog: Boolean = false, enableHardwareCodec: Boolean = true, rtcApi: SkyWayContext.RtcApi? = null, iceParams: SkyWayContext.IceParams? = null, signaling: SkyWayContext.Signaling? = null, rtcConfig: SkyWayContext.RtcConfig? = null, sfu: SkyWayContext.Sfu? = null, token: SkyWayContext.Token? = null)","com.ntt.skyway.core.SkyWayContext.Options.Options"]},{"name":"fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null)","description":"com.ntt.skyway.core.channel.Publication.Options.Options","location":"core/com.ntt.skyway.core.channel/-publication/-options/-options.html","searchKeys":["Options","fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null)","com.ntt.skyway.core.channel.Publication.Options.Options"]},{"name":"fun Options(preferredEncodingId: String? = null)","description":"com.ntt.skyway.core.channel.Subscription.Options.Options","location":"core/com.ntt.skyway.core.channel/-subscription/-options/-options.html","searchKeys":["Options","fun Options(preferredEncodingId: String? = null)","com.ntt.skyway.core.channel.Subscription.Options.Options"]},{"name":"fun RemoteMember(dto: Member.Dto)","description":"com.ntt.skyway.core.channel.member.RemoteMember.RemoteMember","location":"core/com.ntt.skyway.core.channel.member/-remote-member/-remote-member.html","searchKeys":["RemoteMember","fun RemoteMember(dto: Member.Dto)","com.ntt.skyway.core.channel.member.RemoteMember.RemoteMember"]},{"name":"fun RemotePersonPlugin()","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.RemotePersonPlugin","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/-remote-person-plugin.html","searchKeys":["RemotePersonPlugin","fun RemotePersonPlugin()","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.RemotePersonPlugin"]},{"name":"fun RtcApi(domain: String? = null, secure: Boolean? = null)","description":"com.ntt.skyway.core.SkyWayContext.RtcApi.RtcApi","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/-rtc-api.html","searchKeys":["RtcApi","fun RtcApi(domain: String? = null, secure: Boolean? = null)","com.ntt.skyway.core.SkyWayContext.RtcApi.RtcApi"]},{"name":"fun RtcConfig(timeout: Int? = null, policy: SkyWayContext.TurnPolicy? = null)","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig.RtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/-rtc-config.html","searchKeys":["RtcConfig","fun RtcConfig(timeout: Int? = null, policy: SkyWayContext.TurnPolicy? = null)","com.ntt.skyway.core.SkyWayContext.RtcConfig.RtcConfig"]},{"name":"fun Sfu(domain: String?)","description":"com.ntt.skyway.core.SkyWayContext.Sfu.Sfu","location":"core/com.ntt.skyway.core/-sky-way-context/-sfu/-sfu.html","searchKeys":["Sfu","fun Sfu(domain: String?)","com.ntt.skyway.core.SkyWayContext.Sfu.Sfu"]},{"name":"fun Signaling(domain: String? = null, secure: Boolean? = null)","description":"com.ntt.skyway.core.SkyWayContext.Signaling.Signaling","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/-signaling.html","searchKeys":["Signaling","fun Signaling(domain: String? = null, secure: Boolean? = null)","com.ntt.skyway.core.SkyWayContext.Signaling.Signaling"]},{"name":"fun SkyWayOptIn()","description":"com.ntt.skyway.core.SkyWayOptIn.SkyWayOptIn","location":"core/com.ntt.skyway.core/-sky-way-opt-in/-sky-way-opt-in.html","searchKeys":["SkyWayOptIn","fun SkyWayOptIn()","com.ntt.skyway.core.SkyWayOptIn.SkyWayOptIn"]},{"name":"fun Stream(id: String, nativePointer: Long)","description":"com.ntt.skyway.core.content.Stream.Stream","location":"core/com.ntt.skyway.core.content/-stream/-stream.html","searchKeys":["Stream","fun Stream(id: String, nativePointer: Long)","com.ntt.skyway.core.content.Stream.Stream"]},{"name":"fun SurfaceViewRenderer(context: Context)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-surface-view-renderer.html","searchKeys":["SurfaceViewRenderer","fun SurfaceViewRenderer(context: Context)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer"]},{"name":"fun SurfaceViewRenderer(context: Context, attrs: AttributeSet)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-surface-view-renderer.html","searchKeys":["SurfaceViewRenderer","fun SurfaceViewRenderer(context: Context, attrs: AttributeSet)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.SurfaceViewRenderer"]},{"name":"fun Token(tokenReminderTimeSec: Int? = null)","description":"com.ntt.skyway.core.SkyWayContext.Token.Token","location":"core/com.ntt.skyway.core/-sky-way-context/-token/-token.html","searchKeys":["Token","fun Token(tokenReminderTimeSec: Int? = null)","com.ntt.skyway.core.SkyWayContext.Token.Token"]},{"name":"fun VideoFileSource(context: Context, fileName: String)","description":"com.ntt.skyway.core.content.local.source.VideoFileSource.VideoFileSource","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/-video-file-source.html","searchKeys":["VideoFileSource","fun VideoFileSource(context: Context, fileName: String)","com.ntt.skyway.core.content.local.source.VideoFileSource.VideoFileSource"]},{"name":"fun VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.VideoFrameBuffer","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/-video-frame-buffer.html","searchKeys":["VideoFrameBuffer","fun VideoFrameBuffer(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.VideoFrameBuffer"]},{"name":"fun VideoSource()","description":"com.ntt.skyway.core.content.local.source.VideoSource.VideoSource","location":"core/com.ntt.skyway.core.content.local.source/-video-source/-video-source.html","searchKeys":["VideoSource","fun VideoSource()","com.ntt.skyway.core.content.local.source.VideoSource.VideoSource"]},{"name":"fun WebRTCStats(reports: List)","description":"com.ntt.skyway.core.content.WebRTCStats.WebRTCStats","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats/-web-r-t-c-stats.html","searchKeys":["WebRTCStats","fun WebRTCStats(reports: List)","com.ntt.skyway.core.content.WebRTCStats.WebRTCStats"]},{"name":"fun WebRTCStatsReport(id: String, type: String, params: Map)","description":"com.ntt.skyway.core.content.WebRTCStatsReport.WebRTCStatsReport","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/-web-r-t-c-stats-report.html","searchKeys":["WebRTCStatsReport","fun WebRTCStatsReport(id: String, type: String, params: Map)","com.ntt.skyway.core.content.WebRTCStatsReport.WebRTCStatsReport"]},{"name":"fun _updateRtcConfig(rtcConfig: SkyWayContext.RtcConfig)","description":"com.ntt.skyway.core.SkyWayContext._updateRtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/_update-rtc-config.html","searchKeys":["_updateRtcConfig","fun _updateRtcConfig(rtcConfig: SkyWayContext.RtcConfig)","com.ntt.skyway.core.SkyWayContext._updateRtcConfig"]},{"name":"fun addRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.local.LocalVideoStream.addRenderer","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/add-renderer.html","searchKeys":["addRenderer","fun addRenderer(renderer: Renderer)","com.ntt.skyway.core.content.local.LocalVideoStream.addRenderer"]},{"name":"fun addRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.addRenderer","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/add-renderer.html","searchKeys":["addRenderer","fun addRenderer(renderer: Renderer)","com.ntt.skyway.core.content.remote.RemoteVideoStream.addRenderer"]},{"name":"fun changeCamera(deviceName: String)","description":"com.ntt.skyway.core.content.local.source.CameraSource.changeCamera","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/change-camera.html","searchKeys":["changeCamera","fun changeCamera(deviceName: String)","com.ntt.skyway.core.content.local.source.CameraSource.changeCamera"]},{"name":"fun changePreferredEncoding(id: String)","description":"com.ntt.skyway.core.channel.Subscription.changePreferredEncoding","location":"core/com.ntt.skyway.core.channel/-subscription/change-preferred-encoding.html","searchKeys":["changePreferredEncoding","fun changePreferredEncoding(id: String)","com.ntt.skyway.core.channel.Subscription.changePreferredEncoding"]},{"name":"fun changeRecord(audioRecord: AudioRecord)","description":"com.ntt.skyway.core.content.local.source.AudioSource.changeRecord","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/change-record.html","searchKeys":["changeRecord","fun changeRecord(audioRecord: AudioRecord)","com.ntt.skyway.core.content.local.source.AudioSource.changeRecord"]},{"name":"fun changeTrack(audioTrack: AudioTrack)","description":"com.ntt.skyway.core.content.sink.AudioDestination.changeTrack","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/change-track.html","searchKeys":["changeTrack","fun changeTrack(audioTrack: AudioTrack)","com.ntt.skyway.core.content.sink.AudioDestination.changeTrack"]},{"name":"fun createStream(): LocalAudioStream","description":"com.ntt.skyway.core.content.local.source.AudioSource.createStream","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/create-stream.html","searchKeys":["createStream","fun createStream(): LocalAudioStream","com.ntt.skyway.core.content.local.source.AudioSource.createStream"]},{"name":"fun createStream(): LocalDataStream","description":"com.ntt.skyway.core.content.local.source.DataSource.createStream","location":"core/com.ntt.skyway.core.content.local.source/-data-source/create-stream.html","searchKeys":["createStream","fun createStream(): LocalDataStream","com.ntt.skyway.core.content.local.source.DataSource.createStream"]},{"name":"fun createStream(): LocalVideoStream","description":"com.ntt.skyway.core.content.local.source.VideoSource.createStream","location":"core/com.ntt.skyway.core.content.local.source/-video-source/create-stream.html","searchKeys":["createStream","fun createStream(): LocalVideoStream","com.ntt.skyway.core.content.local.source.VideoSource.createStream"]},{"name":"fun dispose()","description":"com.ntt.skyway.core.SkyWayContext.dispose","location":"core/com.ntt.skyway.core/-sky-way-context/dispose.html","searchKeys":["dispose","fun dispose()","com.ntt.skyway.core.SkyWayContext.dispose"]},{"name":"fun dispose()","description":"com.ntt.skyway.core.channel.Channel.dispose","location":"core/com.ntt.skyway.core.channel/-channel/dispose.html","searchKeys":["dispose","fun dispose()","com.ntt.skyway.core.channel.Channel.dispose"]},{"name":"fun findPlugin(name: String): Plugin?","description":"com.ntt.skyway.core.SkyWayContext.findPlugin","location":"core/com.ntt.skyway.core/-sky-way-context/find-plugin.html","searchKeys":["findPlugin","fun findPlugin(name: String): Plugin?","com.ntt.skyway.core.SkyWayContext.findPlugin"]},{"name":"fun fromJsonArray(jsonArr: JsonArray): List","description":"com.ntt.skyway.core.content.Codec.Companion.fromJsonArray","location":"core/com.ntt.skyway.core.content/-codec/-companion/from-json-array.html","searchKeys":["fromJsonArray","fun fromJsonArray(jsonArr: JsonArray): List","com.ntt.skyway.core.content.Codec.Companion.fromJsonArray"]},{"name":"fun fromJsonArray(jsonArr: JsonArray): List","description":"com.ntt.skyway.core.content.Encoding.Companion.fromJsonArray","location":"core/com.ntt.skyway.core.content/-encoding/-companion/from-json-array.html","searchKeys":["fromJsonArray","fun fromJsonArray(jsonArr: JsonArray): List","com.ntt.skyway.core.content.Encoding.Companion.fromJsonArray"]},{"name":"fun getBackCameras(context: Context): Set","description":"com.ntt.skyway.core.content.local.source.CameraSource.getBackCameras","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/get-back-cameras.html","searchKeys":["getBackCameras","fun getBackCameras(context: Context): Set","com.ntt.skyway.core.content.local.source.CameraSource.getBackCameras"]},{"name":"fun getCameras(context: Context): Set","description":"com.ntt.skyway.core.content.local.source.CameraSource.getCameras","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/get-cameras.html","searchKeys":["getCameras","fun getCameras(context: Context): Set","com.ntt.skyway.core.content.local.source.CameraSource.getCameras"]},{"name":"fun getFrontCameras(context: Context): Set","description":"com.ntt.skyway.core.content.local.source.CameraSource.getFrontCameras","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/get-front-cameras.html","searchKeys":["getFrontCameras","fun getFrontCameras(context: Context): Set","com.ntt.skyway.core.content.local.source.CameraSource.getFrontCameras"]},{"name":"fun getStats(): WebRTCStats?","description":"com.ntt.skyway.core.channel.Subscription.getStats","location":"core/com.ntt.skyway.core.channel/-subscription/get-stats.html","searchKeys":["getStats","fun getStats(): WebRTCStats?","com.ntt.skyway.core.channel.Subscription.getStats"]},{"name":"fun getStats(remoteMemberId: String): WebRTCStats?","description":"com.ntt.skyway.core.channel.Publication.getStats","location":"core/com.ntt.skyway.core.channel/-publication/get-stats.html","searchKeys":["getStats","fun getStats(remoteMemberId: String): WebRTCStats?","com.ntt.skyway.core.channel.Publication.getStats"]},{"name":"fun log(level: Int, message: String, fileName: String, methodName: String, lineNumber: Int)","description":"com.ntt.skyway.core.util.Logger.log","location":"core/com.ntt.skyway.core.util/-logger/log.html","searchKeys":["log","fun log(level: Int, message: String, fileName: String, methodName: String, lineNumber: Int)","com.ntt.skyway.core.util.Logger.log"]},{"name":"fun log(level: Logger.LogLevel, message: String)","description":"com.ntt.skyway.core.util.Logger.log","location":"core/com.ntt.skyway.core.util/-logger/log.html","searchKeys":["log","fun log(level: Logger.LogLevel, message: String)","com.ntt.skyway.core.util.Logger.log"]},{"name":"fun log(level: Logger.LogLevel, message: String, tag: String)","description":"com.ntt.skyway.core.util.Logger.log","location":"core/com.ntt.skyway.core.util/-logger/log.html","searchKeys":["log","fun log(level: Logger.LogLevel, message: String, tag: String)","com.ntt.skyway.core.util.Logger.log"]},{"name":"fun logD(message: String)","description":"com.ntt.skyway.core.util.Logger.logD","location":"core/com.ntt.skyway.core.util/-logger/log-d.html","searchKeys":["logD","fun logD(message: String)","com.ntt.skyway.core.util.Logger.logD"]},{"name":"fun logE(message: String)","description":"com.ntt.skyway.core.util.Logger.logE","location":"core/com.ntt.skyway.core.util/-logger/log-e.html","searchKeys":["logE","fun logE(message: String)","com.ntt.skyway.core.util.Logger.logE"]},{"name":"fun logI(message: String)","description":"com.ntt.skyway.core.util.Logger.logI","location":"core/com.ntt.skyway.core.util/-logger/log-i.html","searchKeys":["logI","fun logI(message: String)","com.ntt.skyway.core.util.Logger.logI"]},{"name":"fun logV(message: String)","description":"com.ntt.skyway.core.util.Logger.logV","location":"core/com.ntt.skyway.core.util/-logger/log-v.html","searchKeys":["logV","fun logV(message: String)","com.ntt.skyway.core.util.Logger.logV"]},{"name":"fun logW(message: String)","description":"com.ntt.skyway.core.util.Logger.logW","location":"core/com.ntt.skyway.core.util/-logger/log-w.html","searchKeys":["logW","fun logW(message: String)","com.ntt.skyway.core.util.Logger.logW"]},{"name":"fun onFatalError(message: String)","description":"com.ntt.skyway.core.SkyWayContext.onFatalError","location":"core/com.ntt.skyway.core/-sky-way-context/on-fatal-error.html","searchKeys":["onFatalError","fun onFatalError(message: String)","com.ntt.skyway.core.SkyWayContext.onFatalError"]},{"name":"fun onReconnectStart()","description":"com.ntt.skyway.core.SkyWayContext.onReconnectStart","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-start.html","searchKeys":["onReconnectStart","fun onReconnectStart()","com.ntt.skyway.core.SkyWayContext.onReconnectStart"]},{"name":"fun onReconnectSuccess()","description":"com.ntt.skyway.core.SkyWayContext.onReconnectSuccess","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-success.html","searchKeys":["onReconnectSuccess","fun onReconnectSuccess()","com.ntt.skyway.core.SkyWayContext.onReconnectSuccess"]},{"name":"fun onTokenExpired()","description":"com.ntt.skyway.core.SkyWayContext.onTokenExpired","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-expired.html","searchKeys":["onTokenExpired","fun onTokenExpired()","com.ntt.skyway.core.SkyWayContext.onTokenExpired"]},{"name":"fun onTokenRefreshingNeeded()","description":"com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeeded","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-refreshing-needed.html","searchKeys":["onTokenRefreshingNeeded","fun onTokenRefreshingNeeded()","com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeeded"]},{"name":"fun registerPlugin(plugin: Plugin)","description":"com.ntt.skyway.core.SkyWayContext.registerPlugin","location":"core/com.ntt.skyway.core/-sky-way-context/register-plugin.html","searchKeys":["registerPlugin","fun registerPlugin(plugin: Plugin)","com.ntt.skyway.core.SkyWayContext.registerPlugin"]},{"name":"fun removeAllRenderer()","description":"com.ntt.skyway.core.content.local.LocalVideoStream.removeAllRenderer","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/remove-all-renderer.html","searchKeys":["removeAllRenderer","fun removeAllRenderer()","com.ntt.skyway.core.content.local.LocalVideoStream.removeAllRenderer"]},{"name":"fun removeAllRenderer()","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.removeAllRenderer","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/remove-all-renderer.html","searchKeys":["removeAllRenderer","fun removeAllRenderer()","com.ntt.skyway.core.content.remote.RemoteVideoStream.removeAllRenderer"]},{"name":"fun removeRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.local.LocalVideoStream.removeRenderer","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/remove-renderer.html","searchKeys":["removeRenderer","fun removeRenderer(renderer: Renderer)","com.ntt.skyway.core.content.local.LocalVideoStream.removeRenderer"]},{"name":"fun removeRenderer(renderer: Renderer)","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.removeRenderer","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/remove-renderer.html","searchKeys":["removeRenderer","fun removeRenderer(renderer: Renderer)","com.ntt.skyway.core.content.remote.RemoteVideoStream.removeRenderer"]},{"name":"fun replaceStream(stream: LocalStream)","description":"com.ntt.skyway.core.channel.Publication.replaceStream","location":"core/com.ntt.skyway.core.channel/-publication/replace-stream.html","searchKeys":["replaceStream","fun replaceStream(stream: LocalStream)","com.ntt.skyway.core.channel.Publication.replaceStream"]},{"name":"fun setScalingType(scalingType: SurfaceViewRenderer.ScalingType)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setScalingType","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/set-scaling-type.html","searchKeys":["setScalingType","fun setScalingType(scalingType: SurfaceViewRenderer.ScalingType)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setScalingType"]},{"name":"fun setVolume(volume: Double)","description":"com.ntt.skyway.core.content.local.LocalAudioStream.setVolume","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/set-volume.html","searchKeys":["setVolume","fun setVolume(volume: Double)","com.ntt.skyway.core.content.local.LocalAudioStream.setVolume"]},{"name":"fun setVolume(volume: Double)","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream.setVolume","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/set-volume.html","searchKeys":["setVolume","fun setVolume(volume: Double)","com.ntt.skyway.core.content.remote.RemoteAudioStream.setVolume"]},{"name":"fun setup(context: Context, mediaProjectionPermissionResultData: Intent)","description":"com.ntt.skyway.core.content.local.source.ScreenSource.setup","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/setup.html","searchKeys":["setup","fun setup(context: Context, mediaProjectionPermissionResultData: Intent)","com.ntt.skyway.core.content.local.source.ScreenSource.setup"]},{"name":"fun setup(width: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT, height: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT)","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setup","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/setup.html","searchKeys":["setup","fun setup(width: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT, height: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT)","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.setup"]},{"name":"fun start()","description":"com.ntt.skyway.core.content.local.source.AudioSource.start","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/start.html","searchKeys":["start","fun start()","com.ntt.skyway.core.content.local.source.AudioSource.start"]},{"name":"fun startCapturing(context: Context, deviceName: String, options: CameraSource.CapturingOptions)","description":"com.ntt.skyway.core.content.local.source.CameraSource.startCapturing","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/start-capturing.html","searchKeys":["startCapturing","fun startCapturing(context: Context, deviceName: String, options: CameraSource.CapturingOptions)","com.ntt.skyway.core.content.local.source.CameraSource.startCapturing"]},{"name":"fun startCapturing(width: Int, height: Int, frameRate: Int)","description":"com.ntt.skyway.core.content.local.source.ScreenSource.startCapturing","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/start-capturing.html","searchKeys":["startCapturing","fun startCapturing(width: Int, height: Int, frameRate: Int)","com.ntt.skyway.core.content.local.source.ScreenSource.startCapturing"]},{"name":"fun startCapturing(width: Int, height: Int, frameRate: Int)","description":"com.ntt.skyway.core.content.local.source.VideoFileSource.startCapturing","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/start-capturing.html","searchKeys":["startCapturing","fun startCapturing(width: Int, height: Int, frameRate: Int)","com.ntt.skyway.core.content.local.source.VideoFileSource.startCapturing"]},{"name":"fun stop()","description":"com.ntt.skyway.core.content.local.source.AudioSource.stop","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/stop.html","searchKeys":["stop","fun stop()","com.ntt.skyway.core.content.local.source.AudioSource.stop"]},{"name":"fun stopCapturing()","description":"com.ntt.skyway.core.content.local.source.CameraSource.stopCapturing","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/stop-capturing.html","searchKeys":["stopCapturing","fun stopCapturing()","com.ntt.skyway.core.content.local.source.CameraSource.stopCapturing"]},{"name":"fun stopCapturing()","description":"com.ntt.skyway.core.content.local.source.ScreenSource.stopCapturing","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/stop-capturing.html","searchKeys":["stopCapturing","fun stopCapturing()","com.ntt.skyway.core.content.local.source.ScreenSource.stopCapturing"]},{"name":"fun stopCapturing()","description":"com.ntt.skyway.core.content.local.source.VideoFileSource.stopCapturing","location":"core/com.ntt.skyway.core.content.local.source/-video-file-source/stop-capturing.html","searchKeys":["stopCapturing","fun stopCapturing()","com.ntt.skyway.core.content.local.source.VideoFileSource.stopCapturing"]},{"name":"fun updateAuthToken(authToken: String): Boolean","description":"com.ntt.skyway.core.SkyWayContext.updateAuthToken","location":"core/com.ntt.skyway.core/-sky-way-context/update-auth-token.html","searchKeys":["updateAuthToken","fun updateAuthToken(authToken: String): Boolean","com.ntt.skyway.core.SkyWayContext.updateAuthToken"]},{"name":"fun updateEncodings(encodings: List)","description":"com.ntt.skyway.core.channel.Publication.updateEncodings","location":"core/com.ntt.skyway.core.channel/-publication/update-encodings.html","searchKeys":["updateEncodings","fun updateEncodings(encodings: List)","com.ntt.skyway.core.channel.Publication.updateEncodings"]},{"name":"fun updateFrame(bitmap: Bitmap, rotation: Int)","description":"com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.updateFrame","location":"core/com.ntt.skyway.core.content.local.source/-custom-video-frame-source/update-frame.html","searchKeys":["updateFrame","fun updateFrame(bitmap: Bitmap, rotation: Int)","com.ntt.skyway.core.content.local.source.CustomVideoFrameSource.updateFrame"]},{"name":"fun write(data: ByteArray)","description":"com.ntt.skyway.core.content.local.LocalDataStream.write","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/write.html","searchKeys":["write","fun write(data: ByteArray)","com.ntt.skyway.core.content.local.LocalDataStream.write"]},{"name":"fun write(data: String)","description":"com.ntt.skyway.core.content.local.LocalDataStream.write","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/write.html","searchKeys":["write","fun write(data: String)","com.ntt.skyway.core.content.local.LocalDataStream.write"]},{"name":"interface Plugin","description":"com.ntt.skyway.plugin.Plugin","location":"core/com.ntt.skyway.plugin/-plugin/index.html","searchKeys":["Plugin","interface Plugin","com.ntt.skyway.plugin.Plugin"]},{"name":"interface Renderer","description":"com.ntt.skyway.core.content.sink.Renderer","location":"core/com.ntt.skyway.core.content.sink/-renderer/index.html","searchKeys":["Renderer","interface Renderer","com.ntt.skyway.core.content.sink.Renderer"]},{"name":"object AudioDestination","description":"com.ntt.skyway.core.content.sink.AudioDestination","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/index.html","searchKeys":["AudioDestination","object AudioDestination","com.ntt.skyway.core.content.sink.AudioDestination"]},{"name":"object AudioSource","description":"com.ntt.skyway.core.content.local.source.AudioSource","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/index.html","searchKeys":["AudioSource","object AudioSource","com.ntt.skyway.core.content.local.source.AudioSource"]},{"name":"object CameraSource : VideoSource","description":"com.ntt.skyway.core.content.local.source.CameraSource","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/index.html","searchKeys":["CameraSource","object CameraSource : VideoSource","com.ntt.skyway.core.content.local.source.CameraSource"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Channel.Companion","location":"core/com.ntt.skyway.core.channel/-channel/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Channel.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Channel.State.Companion","location":"core/com.ntt.skyway.core.channel/-channel/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Channel.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Publication.State.Companion","location":"core/com.ntt.skyway.core.channel/-publication/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Publication.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.Subscription.State.Companion","location":"core/com.ntt.skyway.core.channel/-subscription/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.Subscription.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.channel.member.Member.State.Companion","location":"core/com.ntt.skyway.core.channel.member/-member/-state/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.channel.member.Member.State.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Codec.Companion","location":"core/com.ntt.skyway.core.content/-codec/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Codec.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Codec.MimeType.Companion","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Codec.MimeType.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Encoding.Companion","location":"core/com.ntt.skyway.core.content/-encoding/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Encoding.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.Stream.ContentType.Companion","location":"core/com.ntt.skyway.core.content/-stream/-content-type/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.Stream.ContentType.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.Companion","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-scaling-type/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.ScalingType.Companion"]},{"name":"object Logger","description":"com.ntt.skyway.core.util.Logger","location":"core/com.ntt.skyway.core.util/-logger/index.html","searchKeys":["Logger","object Logger","com.ntt.skyway.core.util.Logger"]},{"name":"object ScreenSource : VideoSource","description":"com.ntt.skyway.core.content.local.source.ScreenSource","location":"core/com.ntt.skyway.core.content.local.source/-screen-source/index.html","searchKeys":["ScreenSource","object ScreenSource : VideoSource","com.ntt.skyway.core.content.local.source.ScreenSource"]},{"name":"object SkyWayContext","description":"com.ntt.skyway.core.SkyWayContext","location":"core/com.ntt.skyway.core/-sky-way-context/index.html","searchKeys":["SkyWayContext","object SkyWayContext","com.ntt.skyway.core.SkyWayContext"]},{"name":"open lateinit override var sink: SurfaceViewRenderer","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.sink","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/sink.html","searchKeys":["sink","open lateinit override var sink: SurfaceViewRenderer","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.sink"]},{"name":"open override fun createRemoteMember(dto: Member.Dto): RemoteMember","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.createRemoteMember","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/create-remote-member.html","searchKeys":["createRemoteMember","open override fun createRemoteMember(dto: Member.Dto): RemoteMember","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.createRemoteMember"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.local.LocalAudioStream.dispose","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.local.LocalAudioStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.local.LocalDataStream.dispose","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.local.LocalDataStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.local.LocalVideoStream.dispose","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.local.LocalVideoStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream.dispose","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.remote.RemoteAudioStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.dispose","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.remote.RemoteDataStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.dispose","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.remote.RemoteVideoStream.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.sink.CustomRenderer.dispose","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.sink.CustomRenderer.dispose"]},{"name":"open override fun dispose()","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.dispose","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/dispose.html","searchKeys":["dispose","open override fun dispose()","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.dispose"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.local.LocalAudioStream.contentType","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.local.LocalAudioStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.local.LocalDataStream.contentType","location":"core/com.ntt.skyway.core.content.local/-local-data-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.local.LocalDataStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.local.LocalVideoStream.contentType","location":"core/com.ntt.skyway.core.content.local/-local-video-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.local.LocalVideoStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.remote.RemoteAudioStream.contentType","location":"core/com.ntt.skyway.core.content.remote/-remote-audio-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.remote.RemoteAudioStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.contentType","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.remote.RemoteDataStream.contentType"]},{"name":"open override val contentType: Stream.ContentType","description":"com.ntt.skyway.core.content.remote.RemoteVideoStream.contentType","location":"core/com.ntt.skyway.core.content.remote/-remote-video-stream/content-type.html","searchKeys":["contentType","open override val contentType: Stream.ContentType","com.ntt.skyway.core.content.remote.RemoteVideoStream.contentType"]},{"name":"open override val name: String","description":"com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.name","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person-plugin/name.html","searchKeys":["name","open override val name: String","com.ntt.skyway.plugin.remotePerson.RemotePersonPlugin.name"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.core.channel.member.LocalPerson.side","location":"core/com.ntt.skyway.core.channel.member/-local-person/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.core.channel.member.LocalPerson.side"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.core.channel.member.RemoteMember.side","location":"core/com.ntt.skyway.core.channel.member/-remote-member/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.core.channel.member.RemoteMember.side"]},{"name":"open override val side: Stream.Side","description":"com.ntt.skyway.core.content.local.LocalStream.side","location":"core/com.ntt.skyway.core.content.local/-local-stream/side.html","searchKeys":["side","open override val side: Stream.Side","com.ntt.skyway.core.content.local.LocalStream.side"]},{"name":"open override val side: Stream.Side","description":"com.ntt.skyway.core.content.remote.RemoteStream.side","location":"core/com.ntt.skyway.core.content.remote/-remote-stream/side.html","searchKeys":["side","open override val side: Stream.Side","com.ntt.skyway.core.content.remote.RemoteStream.side"]},{"name":"open override val sink: VideoSink","description":"com.ntt.skyway.core.content.sink.CustomRenderer.sink","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/sink.html","searchKeys":["sink","open override val sink: VideoSink","com.ntt.skyway.core.content.sink.CustomRenderer.sink"]},{"name":"open override val subType: String","description":"com.ntt.skyway.core.channel.member.LocalPerson.subType","location":"core/com.ntt.skyway.core.channel.member/-local-person/sub-type.html","searchKeys":["subType","open override val subType: String","com.ntt.skyway.core.channel.member.LocalPerson.subType"]},{"name":"open override val subType: String","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.subType","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/sub-type.html","searchKeys":["subType","open override val subType: String","com.ntt.skyway.plugin.remotePerson.RemotePerson.subType"]},{"name":"open override val type: Member.Type","description":"com.ntt.skyway.core.channel.member.LocalPerson.type","location":"core/com.ntt.skyway.core.channel.member/-local-person/type.html","searchKeys":["type","open override val type: Member.Type","com.ntt.skyway.core.channel.member.LocalPerson.type"]},{"name":"open override val type: Member.Type","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.type","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/type.html","searchKeys":["type","open override val type: Member.Type","com.ntt.skyway.plugin.remotePerson.RemotePerson.type"]},{"name":"open override var isSetup: Boolean = false","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.isSetup","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/is-setup.html","searchKeys":["isSetup","open override var isSetup: Boolean = false","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.isSetup"]},{"name":"open override var isSetup: Boolean = true","description":"com.ntt.skyway.core.content.sink.CustomRenderer.isSetup","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/is-setup.html","searchKeys":["isSetup","open override var isSetup: Boolean = true","com.ntt.skyway.core.content.sink.CustomRenderer.isSetup"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.core.channel.Publication.cancel","location":"core/com.ntt.skyway.core.channel/-publication/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.core.channel.Publication.cancel"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.core.channel.Subscription.cancel","location":"core/com.ntt.skyway.core.channel/-subscription/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.core.channel.Subscription.cancel"]},{"name":"suspend fun close(): Boolean","description":"com.ntt.skyway.core.channel.Channel.close","location":"core/com.ntt.skyway.core.channel/-channel/close.html","searchKeys":["close","suspend fun close(): Boolean","com.ntt.skyway.core.channel.Channel.close"]},{"name":"suspend fun create(name: String? = null, metadata: String? = null): Channel?","description":"com.ntt.skyway.core.channel.Channel.Companion.create","location":"core/com.ntt.skyway.core.channel/-channel/-companion/create.html","searchKeys":["create","suspend fun create(name: String? = null, metadata: String? = null): Channel?","com.ntt.skyway.core.channel.Channel.Companion.create"]},{"name":"suspend fun disable(): Boolean","description":"com.ntt.skyway.core.channel.Publication.disable","location":"core/com.ntt.skyway.core.channel/-publication/disable.html","searchKeys":["disable","suspend fun disable(): Boolean","com.ntt.skyway.core.channel.Publication.disable"]},{"name":"suspend fun enable(): Boolean","description":"com.ntt.skyway.core.channel.Publication.enable","location":"core/com.ntt.skyway.core.channel/-publication/enable.html","searchKeys":["enable","suspend fun enable(): Boolean","com.ntt.skyway.core.channel.Publication.enable"]},{"name":"suspend fun find(name: String? = null, id: String? = null): Channel?","description":"com.ntt.skyway.core.channel.Channel.Companion.find","location":"core/com.ntt.skyway.core.channel/-channel/-companion/find.html","searchKeys":["find","suspend fun find(name: String? = null, id: String? = null): Channel?","com.ntt.skyway.core.channel.Channel.Companion.find"]},{"name":"suspend fun findOrCreate(name: String? = null, metadata: String? = null): Channel?","description":"com.ntt.skyway.core.channel.Channel.Companion.findOrCreate","location":"core/com.ntt.skyway.core.channel/-channel/-companion/find-or-create.html","searchKeys":["findOrCreate","suspend fun findOrCreate(name: String? = null, metadata: String? = null): Channel?","com.ntt.skyway.core.channel.Channel.Companion.findOrCreate"]},{"name":"suspend fun join(memberInit: Member.Init): LocalPerson?","description":"com.ntt.skyway.core.channel.Channel.join","location":"core/com.ntt.skyway.core.channel/-channel/join.html","searchKeys":["join","suspend fun join(memberInit: Member.Init): LocalPerson?","com.ntt.skyway.core.channel.Channel.join"]},{"name":"suspend fun leave(): Boolean","description":"com.ntt.skyway.core.channel.member.Member.leave","location":"core/com.ntt.skyway.core.channel.member/-member/leave.html","searchKeys":["leave","suspend fun leave(): Boolean","com.ntt.skyway.core.channel.member.Member.leave"]},{"name":"suspend fun leave(member: Member): Boolean","description":"com.ntt.skyway.core.channel.Channel.leave","location":"core/com.ntt.skyway.core.channel/-channel/leave.html","searchKeys":["leave","suspend fun leave(member: Member): Boolean","com.ntt.skyway.core.channel.Channel.leave"]},{"name":"suspend fun publish(localStream: LocalStream, options: Publication.Options? = null): Publication?","description":"com.ntt.skyway.core.channel.member.LocalPerson.publish","location":"core/com.ntt.skyway.core.channel.member/-local-person/publish.html","searchKeys":["publish","suspend fun publish(localStream: LocalStream, options: Publication.Options? = null): Publication?","com.ntt.skyway.core.channel.member.LocalPerson.publish"]},{"name":"suspend fun setup(context: Context, option: SkyWayContext.Options, onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null): Boolean","description":"com.ntt.skyway.core.SkyWayContext.setup","location":"core/com.ntt.skyway.core/-sky-way-context/setup.html","searchKeys":["setup","suspend fun setup(context: Context, option: SkyWayContext.Options, onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null): Boolean","com.ntt.skyway.core.SkyWayContext.setup"]},{"name":"suspend fun subscribe(publication: Publication, options: Subscription.Options? = null): Subscription?","description":"com.ntt.skyway.core.channel.member.LocalPerson.subscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publication: Publication, options: Subscription.Options? = null): Subscription?","com.ntt.skyway.core.channel.member.LocalPerson.subscribe"]},{"name":"suspend fun subscribe(publicationId: String): Subscription?","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.subscribe","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String): Subscription?","com.ntt.skyway.plugin.remotePerson.RemotePerson.subscribe"]},{"name":"suspend fun subscribe(publicationId: String, options: Subscription.Options? = null): Subscription?","description":"com.ntt.skyway.core.channel.member.LocalPerson.subscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String, options: Subscription.Options? = null): Subscription?","com.ntt.skyway.core.channel.member.LocalPerson.subscribe"]},{"name":"suspend fun unpublish(publication: Publication): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unpublish","location":"core/com.ntt.skyway.core.channel.member/-local-person/unpublish.html","searchKeys":["unpublish","suspend fun unpublish(publication: Publication): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unpublish"]},{"name":"suspend fun unpublish(publicationId: String): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unpublish","location":"core/com.ntt.skyway.core.channel.member/-local-person/unpublish.html","searchKeys":["unpublish","suspend fun unpublish(publicationId: String): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unpublish"]},{"name":"suspend fun unsubscribe(subscription: Subscription): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscription: Subscription): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionId: String): Boolean","description":"com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe","location":"core/com.ntt.skyway.core.channel.member/-local-person/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionId: String): Boolean","com.ntt.skyway.core.channel.member.LocalPerson.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionId: String): Boolean","description":"com.ntt.skyway.plugin.remotePerson.RemotePerson.unsubscribe","location":"core/com.ntt.skyway.plugin.remotePerson/-remote-person/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionId: String): Boolean","com.ntt.skyway.plugin.remotePerson.RemotePerson.unsubscribe"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.core.channel.Channel.updateMetadata","location":"core/com.ntt.skyway.core.channel/-channel/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.core.channel.Channel.updateMetadata"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.core.channel.Publication.updateMetadata","location":"core/com.ntt.skyway.core.channel/-publication/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.core.channel.Publication.updateMetadata"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.core.channel.member.Member.updateMetadata","location":"core/com.ntt.skyway.core.channel.member/-member/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.core.channel.member.Member.updateMetadata"]},{"name":"val audioRecord: AudioRecord?","description":"com.ntt.skyway.core.content.local.source.AudioSource.audioRecord","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/audio-record.html","searchKeys":["audioRecord","val audioRecord: AudioRecord?","com.ntt.skyway.core.content.local.source.AudioSource.audioRecord"]},{"name":"val audioTrack: AudioTrack?","description":"com.ntt.skyway.core.content.sink.AudioDestination.audioTrack","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/audio-track.html","searchKeys":["audioTrack","val audioTrack: AudioTrack?","com.ntt.skyway.core.content.sink.AudioDestination.audioTrack"]},{"name":"val authToken: String","description":"com.ntt.skyway.core.SkyWayContext.Options.authToken","location":"core/com.ntt.skyway.core/-sky-way-context/-options/auth-token.html","searchKeys":["authToken","val authToken: String","com.ntt.skyway.core.SkyWayContext.Options.authToken"]},{"name":"val bots: Set","description":"com.ntt.skyway.core.channel.Channel.bots","location":"core/com.ntt.skyway.core.channel/-channel/bots.html","searchKeys":["bots","val bots: Set","com.ntt.skyway.core.channel.Channel.bots"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.Publication.channel","location":"core/com.ntt.skyway.core.channel/-publication/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.Publication.channel"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.Subscription.channel","location":"core/com.ntt.skyway.core.channel/-subscription/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.Subscription.channel"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.member.Member.Dto.channel","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.member.Member.Dto.channel"]},{"name":"val channel: Channel","description":"com.ntt.skyway.core.channel.member.Member.channel","location":"core/com.ntt.skyway.core.channel.member/-member/channel.html","searchKeys":["channel","val channel: Channel","com.ntt.skyway.core.channel.member.Member.channel"]},{"name":"val codecCapabilities: List","description":"com.ntt.skyway.core.channel.Publication.codecCapabilities","location":"core/com.ntt.skyway.core.channel/-publication/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List","com.ntt.skyway.core.channel.Publication.codecCapabilities"]},{"name":"val codecCapabilities: List? = null","description":"com.ntt.skyway.core.channel.Publication.Options.codecCapabilities","location":"core/com.ntt.skyway.core.channel/-publication/-options/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List? = null","com.ntt.skyway.core.channel.Publication.Options.codecCapabilities"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.core.channel.Publication.contentType","location":"core/com.ntt.skyway.core.channel/-publication/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.core.channel.Publication.contentType"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.core.channel.Subscription.contentType","location":"core/com.ntt.skyway.core.channel/-subscription/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.core.channel.Subscription.contentType"]},{"name":"val dataU: ByteBuffer","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataU","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/data-u.html","searchKeys":["dataU","val dataU: ByteBuffer","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataU"]},{"name":"val dataV: ByteBuffer","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataV","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/data-v.html","searchKeys":["dataV","val dataV: ByteBuffer","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataV"]},{"name":"val dataY: ByteBuffer","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataY","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/data-y.html","searchKeys":["dataY","val dataY: ByteBuffer","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.dataY"]},{"name":"val domain: String?","description":"com.ntt.skyway.core.SkyWayContext.Sfu.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-sfu/domain.html","searchKeys":["domain","val domain: String?","com.ntt.skyway.core.SkyWayContext.Sfu.domain"]},{"name":"val domain: String? = null","description":"com.ntt.skyway.core.SkyWayContext.IceParams.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/domain.html","searchKeys":["domain","val domain: String? = null","com.ntt.skyway.core.SkyWayContext.IceParams.domain"]},{"name":"val domain: String? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcApi.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/domain.html","searchKeys":["domain","val domain: String? = null","com.ntt.skyway.core.SkyWayContext.RtcApi.domain"]},{"name":"val domain: String? = null","description":"com.ntt.skyway.core.SkyWayContext.Signaling.domain","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/domain.html","searchKeys":["domain","val domain: String? = null","com.ntt.skyway.core.SkyWayContext.Signaling.domain"]},{"name":"val enableHardwareCodec: Boolean = true","description":"com.ntt.skyway.core.SkyWayContext.Options.enableHardwareCodec","location":"core/com.ntt.skyway.core/-sky-way-context/-options/enable-hardware-codec.html","searchKeys":["enableHardwareCodec","val enableHardwareCodec: Boolean = true","com.ntt.skyway.core.SkyWayContext.Options.enableHardwareCodec"]},{"name":"val encodings: List","description":"com.ntt.skyway.core.channel.Publication.encodings","location":"core/com.ntt.skyway.core.channel/-publication/encodings.html","searchKeys":["encodings","val encodings: List","com.ntt.skyway.core.channel.Publication.encodings"]},{"name":"val encodings: List? = null","description":"com.ntt.skyway.core.channel.Publication.Options.encodings","location":"core/com.ntt.skyway.core.channel/-publication/-options/encodings.html","searchKeys":["encodings","val encodings: List? = null","com.ntt.skyway.core.channel.Publication.Options.encodings"]},{"name":"val frameRate: Int = 30","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.frameRate","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/frame-rate.html","searchKeys":["frameRate","val frameRate: Int = 30","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.frameRate"]},{"name":"val height: Int","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.height","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/height.html","searchKeys":["height","val height: Int","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.height"]},{"name":"val height: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.height","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/height.html","searchKeys":["height","val height: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.height"]},{"name":"val iceParams: SkyWayContext.IceParams? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.iceParams","location":"core/com.ntt.skyway.core/-sky-way-context/-options/ice-params.html","searchKeys":["iceParams","val iceParams: SkyWayContext.IceParams? = null","com.ntt.skyway.core.SkyWayContext.Options.iceParams"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.Channel.id","location":"core/com.ntt.skyway.core.channel/-channel/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.Channel.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.Publication.id","location":"core/com.ntt.skyway.core.channel/-publication/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.Publication.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.Subscription.id","location":"core/com.ntt.skyway.core.channel/-subscription/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.Subscription.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.member.Member.Dto.id","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.member.Member.Dto.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.channel.member.Member.id","location":"core/com.ntt.skyway.core.channel.member/-member/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.channel.member.Member.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.content.Stream.id","location":"core/com.ntt.skyway.core.content/-stream/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.content.Stream.id"]},{"name":"val id: String","description":"com.ntt.skyway.core.content.WebRTCStatsReport.id","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/id.html","searchKeys":["id","val id: String","com.ntt.skyway.core.content.WebRTCStatsReport.id"]},{"name":"val id: String?","description":"com.ntt.skyway.core.content.Encoding.id","location":"core/com.ntt.skyway.core.content/-encoding/id.html","searchKeys":["id","val id: String?","com.ntt.skyway.core.content.Encoding.id"]},{"name":"val isEnabled: Boolean? = null","description":"com.ntt.skyway.core.channel.Publication.Options.isEnabled","location":"core/com.ntt.skyway.core.channel/-publication/-options/is-enabled.html","searchKeys":["isEnabled","val isEnabled: Boolean? = null","com.ntt.skyway.core.channel.Publication.Options.isEnabled"]},{"name":"val isStarted: Boolean","description":"com.ntt.skyway.core.content.local.source.AudioSource.isStarted","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/is-started.html","searchKeys":["isStarted","val isStarted: Boolean","com.ntt.skyway.core.content.local.source.AudioSource.isStarted"]},{"name":"val keepAliveIntervalSec: Int = 1000","description":"com.ntt.skyway.core.channel.member.Member.Init.keepAliveIntervalSec","location":"core/com.ntt.skyway.core.channel.member/-member/-init/keep-alive-interval-sec.html","searchKeys":["keepAliveIntervalSec","val keepAliveIntervalSec: Int = 1000","com.ntt.skyway.core.channel.member.Member.Init.keepAliveIntervalSec"]},{"name":"val literal: String","description":"com.ntt.skyway.core.content.Codec.MimeType.literal","location":"core/com.ntt.skyway.core.content/-codec/-mime-type/literal.html","searchKeys":["literal","val literal: String","com.ntt.skyway.core.content.Codec.MimeType.literal"]},{"name":"val localPerson: LocalPerson?","description":"com.ntt.skyway.core.channel.Channel.localPerson","location":"core/com.ntt.skyway.core.channel/-channel/local-person.html","searchKeys":["localPerson","val localPerson: LocalPerson?","com.ntt.skyway.core.channel.Channel.localPerson"]},{"name":"val logLevel: Logger.LogLevel","description":"com.ntt.skyway.core.SkyWayContext.Options.logLevel","location":"core/com.ntt.skyway.core/-sky-way-context/-options/log-level.html","searchKeys":["logLevel","val logLevel: Logger.LogLevel","com.ntt.skyway.core.SkyWayContext.Options.logLevel"]},{"name":"val maxBitrate: Int? = null","description":"com.ntt.skyway.core.content.Encoding.maxBitrate","location":"core/com.ntt.skyway.core.content/-encoding/max-bitrate.html","searchKeys":["maxBitrate","val maxBitrate: Int? = null","com.ntt.skyway.core.content.Encoding.maxBitrate"]},{"name":"val maxFramerate: Double? = null","description":"com.ntt.skyway.core.content.Encoding.maxFramerate","location":"core/com.ntt.skyway.core.content/-encoding/max-framerate.html","searchKeys":["maxFramerate","val maxFramerate: Double? = null","com.ntt.skyway.core.content.Encoding.maxFramerate"]},{"name":"val members: Set","description":"com.ntt.skyway.core.channel.Channel.members","location":"core/com.ntt.skyway.core.channel/-channel/members.html","searchKeys":["members","val members: Set","com.ntt.skyway.core.channel.Channel.members"]},{"name":"val message: String","description":"com.ntt.skyway.core.SkyWayContext.Error.message","location":"core/com.ntt.skyway.core/-sky-way-context/-error/message.html","searchKeys":["message","val message: String","com.ntt.skyway.core.SkyWayContext.Error.message"]},{"name":"val metadata: String","description":"com.ntt.skyway.core.channel.Channel.metadata","location":"core/com.ntt.skyway.core.channel/-channel/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.core.channel.Channel.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.core.channel.Publication.metadata","location":"core/com.ntt.skyway.core.channel/-publication/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.core.channel.Publication.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.core.channel.member.Member.metadata","location":"core/com.ntt.skyway.core.channel.member/-member/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.core.channel.member.Member.metadata"]},{"name":"val metadata: String?","description":"com.ntt.skyway.core.channel.member.Member.Init.metadata","location":"core/com.ntt.skyway.core.channel.member/-member/-init/metadata.html","searchKeys":["metadata","val metadata: String?","com.ntt.skyway.core.channel.member.Member.Init.metadata"]},{"name":"val metadata: String? = null","description":"com.ntt.skyway.core.channel.Publication.Options.metadata","location":"core/com.ntt.skyway.core.channel/-publication/-options/metadata.html","searchKeys":["metadata","val metadata: String? = null","com.ntt.skyway.core.channel.Publication.Options.metadata"]},{"name":"val mimeType: String","description":"com.ntt.skyway.core.content.Codec.mimeType","location":"core/com.ntt.skyway.core.content/-codec/mime-type.html","searchKeys":["mimeType","val mimeType: String","com.ntt.skyway.core.content.Codec.mimeType"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.Channel.name","location":"core/com.ntt.skyway.core.channel/-channel/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.Channel.name"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.member.Member.Dto.name","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.member.Member.Dto.name"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.member.Member.Init.name","location":"core/com.ntt.skyway.core.channel.member/-member/-init/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.member.Member.Init.name"]},{"name":"val name: String","description":"com.ntt.skyway.core.channel.member.Member.name","location":"core/com.ntt.skyway.core.channel.member/-member/name.html","searchKeys":["name","val name: String","com.ntt.skyway.core.channel.member.Member.name"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.Channel.nativePointer","location":"core/com.ntt.skyway.core.channel/-channel/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.Channel.nativePointer"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.Publication.nativePointer","location":"core/com.ntt.skyway.core.channel/-publication/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.Publication.nativePointer"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.member.Member.Dto.nativePointer","location":"core/com.ntt.skyway.core.channel.member/-member/-dto/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.member.Member.Dto.nativePointer"]},{"name":"val nativePointer: Long","description":"com.ntt.skyway.core.channel.member.Member.nativePointer","location":"core/com.ntt.skyway.core.channel.member/-member/native-pointer.html","searchKeys":["nativePointer","val nativePointer: Long","com.ntt.skyway.core.channel.member.Member.nativePointer"]},{"name":"val origin: Publication?","description":"com.ntt.skyway.core.channel.Publication.origin","location":"core/com.ntt.skyway.core.channel/-publication/origin.html","searchKeys":["origin","val origin: Publication?","com.ntt.skyway.core.channel.Publication.origin"]},{"name":"val params: Map","description":"com.ntt.skyway.core.content.WebRTCStatsReport.params","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/params.html","searchKeys":["params","val params: Map","com.ntt.skyway.core.content.WebRTCStatsReport.params"]},{"name":"val plugins: MutableList","description":"com.ntt.skyway.core.SkyWayContext.plugins","location":"core/com.ntt.skyway.core/-sky-way-context/plugins.html","searchKeys":["plugins","val plugins: MutableList","com.ntt.skyway.core.SkyWayContext.plugins"]},{"name":"val policy: SkyWayContext.TurnPolicy? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig.policy","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/policy.html","searchKeys":["policy","val policy: SkyWayContext.TurnPolicy? = null","com.ntt.skyway.core.SkyWayContext.RtcConfig.policy"]},{"name":"val preferredEncodingId: String","description":"com.ntt.skyway.core.channel.Subscription.preferredEncodingId","location":"core/com.ntt.skyway.core.channel/-subscription/preferred-encoding-id.html","searchKeys":["preferredEncodingId","val preferredEncodingId: String","com.ntt.skyway.core.channel.Subscription.preferredEncodingId"]},{"name":"val preferredEncodingId: String? = null","description":"com.ntt.skyway.core.channel.Subscription.Options.preferredEncodingId","location":"core/com.ntt.skyway.core.channel/-subscription/-options/preferred-encoding-id.html","searchKeys":["preferredEncodingId","val preferredEncodingId: String? = null","com.ntt.skyway.core.channel.Subscription.Options.preferredEncodingId"]},{"name":"val publication: Publication","description":"com.ntt.skyway.core.channel.Subscription.publication","location":"core/com.ntt.skyway.core.channel/-subscription/publication.html","searchKeys":["publication","val publication: Publication","com.ntt.skyway.core.channel.Subscription.publication"]},{"name":"val publications: List","description":"com.ntt.skyway.core.channel.member.Member.publications","location":"core/com.ntt.skyway.core.channel.member/-member/publications.html","searchKeys":["publications","val publications: List","com.ntt.skyway.core.channel.member.Member.publications"]},{"name":"val publications: Set","description":"com.ntt.skyway.core.channel.Channel.publications","location":"core/com.ntt.skyway.core.channel/-channel/publications.html","searchKeys":["publications","val publications: Set","com.ntt.skyway.core.channel.Channel.publications"]},{"name":"val publisher: Member","description":"com.ntt.skyway.core.channel.Publication.publisher","location":"core/com.ntt.skyway.core.channel/-publication/publisher.html","searchKeys":["publisher","val publisher: Member","com.ntt.skyway.core.channel.Publication.publisher"]},{"name":"val reports: List","description":"com.ntt.skyway.core.content.WebRTCStats.reports","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats/reports.html","searchKeys":["reports","val reports: List","com.ntt.skyway.core.content.WebRTCStats.reports"]},{"name":"val rtcApi: SkyWayContext.RtcApi? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.rtcApi","location":"core/com.ntt.skyway.core/-sky-way-context/-options/rtc-api.html","searchKeys":["rtcApi","val rtcApi: SkyWayContext.RtcApi? = null","com.ntt.skyway.core.SkyWayContext.Options.rtcApi"]},{"name":"val rtcConfig: SkyWayContext.RtcConfig? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.rtcConfig","location":"core/com.ntt.skyway.core/-sky-way-context/-options/rtc-config.html","searchKeys":["rtcConfig","val rtcConfig: SkyWayContext.RtcConfig? = null","com.ntt.skyway.core.SkyWayContext.Options.rtcConfig"]},{"name":"val scaleResolutionDownBy: Double? = null","description":"com.ntt.skyway.core.content.Encoding.scaleResolutionDownBy","location":"core/com.ntt.skyway.core.content/-encoding/scale-resolution-down-by.html","searchKeys":["scaleResolutionDownBy","val scaleResolutionDownBy: Double? = null","com.ntt.skyway.core.content.Encoding.scaleResolutionDownBy"]},{"name":"val secure: Boolean? = null","description":"com.ntt.skyway.core.SkyWayContext.IceParams.secure","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/secure.html","searchKeys":["secure","val secure: Boolean? = null","com.ntt.skyway.core.SkyWayContext.IceParams.secure"]},{"name":"val secure: Boolean? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcApi.secure","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-api/secure.html","searchKeys":["secure","val secure: Boolean? = null","com.ntt.skyway.core.SkyWayContext.RtcApi.secure"]},{"name":"val secure: Boolean? = null","description":"com.ntt.skyway.core.SkyWayContext.Signaling.secure","location":"core/com.ntt.skyway.core/-sky-way-context/-signaling/secure.html","searchKeys":["secure","val secure: Boolean? = null","com.ntt.skyway.core.SkyWayContext.Signaling.secure"]},{"name":"val sfu: SkyWayContext.Sfu? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.sfu","location":"core/com.ntt.skyway.core/-sky-way-context/-options/sfu.html","searchKeys":["sfu","val sfu: SkyWayContext.Sfu? = null","com.ntt.skyway.core.SkyWayContext.Options.sfu"]},{"name":"val signaling: SkyWayContext.Signaling? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.signaling","location":"core/com.ntt.skyway.core/-sky-way-context/-options/signaling.html","searchKeys":["signaling","val signaling: SkyWayContext.Signaling? = null","com.ntt.skyway.core.SkyWayContext.Options.signaling"]},{"name":"val state: Channel.State","description":"com.ntt.skyway.core.channel.Channel.state","location":"core/com.ntt.skyway.core.channel/-channel/state.html","searchKeys":["state","val state: Channel.State","com.ntt.skyway.core.channel.Channel.state"]},{"name":"val state: Member.State","description":"com.ntt.skyway.core.channel.member.Member.state","location":"core/com.ntt.skyway.core.channel.member/-member/state.html","searchKeys":["state","val state: Member.State","com.ntt.skyway.core.channel.member.Member.state"]},{"name":"val state: Publication.State","description":"com.ntt.skyway.core.channel.Publication.state","location":"core/com.ntt.skyway.core.channel/-publication/state.html","searchKeys":["state","val state: Publication.State","com.ntt.skyway.core.channel.Publication.state"]},{"name":"val state: Subscription.State","description":"com.ntt.skyway.core.channel.Subscription.state","location":"core/com.ntt.skyway.core.channel/-subscription/state.html","searchKeys":["state","val state: Subscription.State","com.ntt.skyway.core.channel.Subscription.state"]},{"name":"val stream: RemoteStream?","description":"com.ntt.skyway.core.channel.Subscription.stream","location":"core/com.ntt.skyway.core.channel/-subscription/stream.html","searchKeys":["stream","val stream: RemoteStream?","com.ntt.skyway.core.channel.Subscription.stream"]},{"name":"val stream: Stream?","description":"com.ntt.skyway.core.channel.Publication.stream","location":"core/com.ntt.skyway.core.channel/-publication/stream.html","searchKeys":["stream","val stream: Stream?","com.ntt.skyway.core.channel.Publication.stream"]},{"name":"val strideU: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideU","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/stride-u.html","searchKeys":["strideU","val strideU: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideU"]},{"name":"val strideV: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideV","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/stride-v.html","searchKeys":["strideV","val strideV: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideV"]},{"name":"val strideY: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideY","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/stride-y.html","searchKeys":["strideY","val strideY: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.strideY"]},{"name":"val subscriber: Member","description":"com.ntt.skyway.core.channel.Subscription.subscriber","location":"core/com.ntt.skyway.core.channel/-subscription/subscriber.html","searchKeys":["subscriber","val subscriber: Member","com.ntt.skyway.core.channel.Subscription.subscriber"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.core.channel.Publication.subscriptions","location":"core/com.ntt.skyway.core.channel/-publication/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.core.channel.Publication.subscriptions"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.core.channel.member.Member.subscriptions","location":"core/com.ntt.skyway.core.channel.member/-member/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.core.channel.member.Member.subscriptions"]},{"name":"val subscriptions: Set","description":"com.ntt.skyway.core.channel.Channel.subscriptions","location":"core/com.ntt.skyway.core.channel/-channel/subscriptions.html","searchKeys":["subscriptions","val subscriptions: Set","com.ntt.skyway.core.channel.Channel.subscriptions"]},{"name":"val subtype: String","description":"com.ntt.skyway.core.channel.member.Member.Init.subtype","location":"core/com.ntt.skyway.core.channel.member/-member/-init/subtype.html","searchKeys":["subtype","val subtype: String","com.ntt.skyway.core.channel.member.Member.Init.subtype"]},{"name":"val timeout: Int? = null","description":"com.ntt.skyway.core.SkyWayContext.RtcConfig.timeout","location":"core/com.ntt.skyway.core/-sky-way-context/-rtc-config/timeout.html","searchKeys":["timeout","val timeout: Int? = null","com.ntt.skyway.core.SkyWayContext.RtcConfig.timeout"]},{"name":"val token: SkyWayContext.Token? = null","description":"com.ntt.skyway.core.SkyWayContext.Options.token","location":"core/com.ntt.skyway.core/-sky-way-context/-options/token.html","searchKeys":["token","val token: SkyWayContext.Token? = null","com.ntt.skyway.core.SkyWayContext.Options.token"]},{"name":"val tokenReminderTimeSec: Int? = null","description":"com.ntt.skyway.core.SkyWayContext.Token.tokenReminderTimeSec","location":"core/com.ntt.skyway.core/-sky-way-context/-token/token-reminder-time-sec.html","searchKeys":["tokenReminderTimeSec","val tokenReminderTimeSec: Int? = null","com.ntt.skyway.core.SkyWayContext.Token.tokenReminderTimeSec"]},{"name":"val track: AudioTrack","description":"com.ntt.skyway.core.content.local.LocalAudioStream.track","location":"core/com.ntt.skyway.core.content.local/-local-audio-stream/track.html","searchKeys":["track","val track: AudioTrack","com.ntt.skyway.core.content.local.LocalAudioStream.track"]},{"name":"val type: Member.Type","description":"com.ntt.skyway.core.channel.member.Member.Init.type","location":"core/com.ntt.skyway.core.channel.member/-member/-init/type.html","searchKeys":["type","val type: Member.Type","com.ntt.skyway.core.channel.member.Member.Init.type"]},{"name":"val type: String","description":"com.ntt.skyway.core.content.WebRTCStatsReport.type","location":"core/com.ntt.skyway.core.content/-web-r-t-c-stats-report/type.html","searchKeys":["type","val type: String","com.ntt.skyway.core.content.WebRTCStatsReport.type"]},{"name":"val value: Int","description":"com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.value","location":"core/com.ntt.skyway.core.content.sink/-surface-view-renderer/-layout-param/value.html","searchKeys":["value","val value: Int","com.ntt.skyway.core.content.sink.SurfaceViewRenderer.LayoutParam.value"]},{"name":"val version: Int? = null","description":"com.ntt.skyway.core.SkyWayContext.IceParams.version","location":"core/com.ntt.skyway.core/-sky-way-context/-ice-params/version.html","searchKeys":["version","val version: Int? = null","com.ntt.skyway.core.SkyWayContext.IceParams.version"]},{"name":"val webRTCLog: Boolean = false","description":"com.ntt.skyway.core.SkyWayContext.Options.webRTCLog","location":"core/com.ntt.skyway.core/-sky-way-context/-options/web-r-t-c-log.html","searchKeys":["webRTCLog","val webRTCLog: Boolean = false","com.ntt.skyway.core.SkyWayContext.Options.webRTCLog"]},{"name":"val width: Int","description":"com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.width","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/-capturing-options/width.html","searchKeys":["width","val width: Int","com.ntt.skyway.core.content.local.source.CameraSource.CapturingOptions.width"]},{"name":"val width: Int","description":"com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.width","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/-video-frame-buffer/width.html","searchKeys":["width","val width: Int","com.ntt.skyway.core.content.sink.CustomRenderer.VideoFrameBuffer.width"]},{"name":"var isSetup: Boolean = false","description":"com.ntt.skyway.core.SkyWayContext.isSetup","location":"core/com.ntt.skyway.core/-sky-way-context/is-setup.html","searchKeys":["isSetup","var isSetup: Boolean = false","com.ntt.skyway.core.SkyWayContext.isSetup"]},{"name":"var logLevel: Logger.LogLevel","description":"com.ntt.skyway.core.util.Logger.logLevel","location":"core/com.ntt.skyway.core.util/-logger/log-level.html","searchKeys":["logLevel","var logLevel: Logger.LogLevel","com.ntt.skyway.core.util.Logger.logLevel"]},{"name":"var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","description":"com.ntt.skyway.core.content.local.source.AudioSource.onAudioBufferHandler","location":"core/com.ntt.skyway.core.content.local.source/-audio-source/on-audio-buffer-handler.html","searchKeys":["onAudioBufferHandler","var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","com.ntt.skyway.core.content.local.source.AudioSource.onAudioBufferHandler"]},{"name":"var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","description":"com.ntt.skyway.core.content.sink.AudioDestination.onAudioBufferHandler","location":"core/com.ntt.skyway.core.content.sink/-audio-destination/on-audio-buffer-handler.html","searchKeys":["onAudioBufferHandler","var onAudioBufferHandler: (buffer: ByteBuffer) -> Unit? = null","com.ntt.skyway.core.content.sink.AudioDestination.onAudioBufferHandler"]},{"name":"var onCameraChangeErrorHandler: (reason: String?) -> Unit? = null","description":"com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangeErrorHandler","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/on-camera-change-error-handler.html","searchKeys":["onCameraChangeErrorHandler","var onCameraChangeErrorHandler: (reason: String?) -> Unit? = null","com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangeErrorHandler"]},{"name":"var onCameraChangedHandler: (success: Boolean) -> Unit? = null","description":"com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangedHandler","location":"core/com.ntt.skyway.core.content.local.source/-camera-source/on-camera-changed-handler.html","searchKeys":["onCameraChangedHandler","var onCameraChangedHandler: (success: Boolean) -> Unit? = null","com.ntt.skyway.core.content.local.source.CameraSource.onCameraChangedHandler"]},{"name":"var onCanceledHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Subscription.onCanceledHandler","location":"core/com.ntt.skyway.core.channel/-subscription/on-canceled-handler.html","searchKeys":["onCanceledHandler","var onCanceledHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Subscription.onCanceledHandler"]},{"name":"var onClosedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onClosedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-closed-handler.html","searchKeys":["onClosedHandler","var onClosedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onClosedHandler"]},{"name":"var onDataBufferHandler: (data: ByteArray) -> Unit? = null","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.onDataBufferHandler","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/on-data-buffer-handler.html","searchKeys":["onDataBufferHandler","var onDataBufferHandler: (data: ByteArray) -> Unit? = null","com.ntt.skyway.core.content.remote.RemoteDataStream.onDataBufferHandler"]},{"name":"var onDataHandler: (data: String) -> Unit? = null","description":"com.ntt.skyway.core.content.remote.RemoteDataStream.onDataHandler","location":"core/com.ntt.skyway.core.content.remote/-remote-data-stream/on-data-handler.html","searchKeys":["onDataHandler","var onDataHandler: (data: String) -> Unit? = null","com.ntt.skyway.core.content.remote.RemoteDataStream.onDataHandler"]},{"name":"var onDisabledHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onDisabledHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-disabled-handler.html","searchKeys":["onDisabledHandler","var onDisabledHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onDisabledHandler"]},{"name":"var onEnabledHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onEnabledHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-enabled-handler.html","searchKeys":["onEnabledHandler","var onEnabledHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onEnabledHandler"]},{"name":"var onErrorHandler: (e: Exception) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onErrorHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-error-handler.html","searchKeys":["onErrorHandler","var onErrorHandler: (e: Exception) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onErrorHandler"]},{"name":"var onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onErrorHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-error-handler.html","searchKeys":["onErrorHandler","var onErrorHandler: (error: SkyWayContext.Error) -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onErrorHandler"]},{"name":"var onFrameHandler: (buffer: CustomRenderer.VideoFrameBuffer) -> Unit? = null","description":"com.ntt.skyway.core.content.sink.CustomRenderer.onFrameHandler","location":"core/com.ntt.skyway.core.content.sink/-custom-renderer/on-frame-handler.html","searchKeys":["onFrameHandler","var onFrameHandler: (buffer: CustomRenderer.VideoFrameBuffer) -> Unit? = null","com.ntt.skyway.core.content.sink.CustomRenderer.onFrameHandler"]},{"name":"var onLeftHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onLeftHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-left-handler.html","searchKeys":["onLeftHandler","var onLeftHandler: () -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onLeftHandler"]},{"name":"var onMemberJoinedHandler: (member: Member) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberJoinedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-joined-handler.html","searchKeys":["onMemberJoinedHandler","var onMemberJoinedHandler: (member: Member) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberJoinedHandler"]},{"name":"var onMemberLeftHandler: (member: Member) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberLeftHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-left-handler.html","searchKeys":["onMemberLeftHandler","var onMemberLeftHandler: (member: Member) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberLeftHandler"]},{"name":"var onMemberListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberListChangedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-list-changed-handler.html","searchKeys":["onMemberListChangedHandler","var onMemberListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberListChangedHandler"]},{"name":"var onMemberMetadataUpdatedHandler: (member: Member, metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMemberMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-member-metadata-updated-handler.html","searchKeys":["onMemberMetadataUpdatedHandler","var onMemberMetadataUpdatedHandler: (member: Member, metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMemberMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Publication.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onMetadataUpdatedHandler"]},{"name":"var onPublicationDisabledHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationDisabledHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-disabled-handler.html","searchKeys":["onPublicationDisabledHandler","var onPublicationDisabledHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationDisabledHandler"]},{"name":"var onPublicationEnabledHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationEnabledHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-enabled-handler.html","searchKeys":["onPublicationEnabledHandler","var onPublicationEnabledHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationEnabledHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationListChangedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationListChangedHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onPublicationListChangedHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onPublicationListChangedHandler"]},{"name":"var onPublicationMetadataUpdatedHandler: (publication: Publication, metadata: String) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationMetadataUpdatedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-metadata-updated-handler.html","searchKeys":["onPublicationMetadataUpdatedHandler","var onPublicationMetadataUpdatedHandler: (publication: Publication, metadata: String) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationMetadataUpdatedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationSubscribedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationSubscribedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onPublicationSubscribedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onPublicationSubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onPublicationUnsubscribedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onPublicationUnsubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onPublicationUnsubscribedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: Subscription) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onPublicationUnsubscribedHandler"]},{"name":"var onReconnectStartHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onReconnectStartHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-start-handler.html","searchKeys":["onReconnectStartHandler","var onReconnectStartHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onReconnectStartHandler"]},{"name":"var onReconnectSuccessHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onReconnectSuccessHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-reconnect-success-handler.html","searchKeys":["onReconnectSuccessHandler","var onReconnectSuccessHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onReconnectSuccessHandler"]},{"name":"var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onStreamPublishedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onStreamPublishedHandler"]},{"name":"var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onStreamPublishedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onStreamPublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onStreamUnpublishedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.Channel.onStreamUnpublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","description":"com.ntt.skyway.core.channel.member.LocalPerson.onStreamUnpublishedHandler","location":"core/com.ntt.skyway.core.channel.member/-local-person/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: Publication) -> Unit? = null","com.ntt.skyway.core.channel.member.LocalPerson.onStreamUnpublishedHandler"]},{"name":"var onSubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onSubscribedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-subscribed-handler.html","searchKeys":["onSubscribedHandler","var onSubscribedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onSubscribedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Channel.onSubscriptionListChangedHandler","location":"core/com.ntt.skyway.core.channel/-channel/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Channel.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onSubscriptionListChangedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.member.Member.onSubscriptionListChangedHandler","location":"core/com.ntt.skyway.core.channel.member/-member/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.member.Member.onSubscriptionListChangedHandler"]},{"name":"var onTokenExpiredHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onTokenExpiredHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-expired-handler.html","searchKeys":["onTokenExpiredHandler","var onTokenExpiredHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onTokenExpiredHandler"]},{"name":"var onTokenRefreshingNeededHandler: () -> Unit? = null","description":"com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeededHandler","location":"core/com.ntt.skyway.core/-sky-way-context/on-token-refreshing-needed-handler.html","searchKeys":["onTokenRefreshingNeededHandler","var onTokenRefreshingNeededHandler: () -> Unit? = null","com.ntt.skyway.core.SkyWayContext.onTokenRefreshingNeededHandler"]},{"name":"var onUnpublishedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onUnpublishedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-unpublished-handler.html","searchKeys":["onUnpublishedHandler","var onUnpublishedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onUnpublishedHandler"]},{"name":"var onUnsubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.core.channel.Publication.onUnsubscribedHandler","location":"core/com.ntt.skyway.core.channel/-publication/on-unsubscribed-handler.html","searchKeys":["onUnsubscribedHandler","var onUnsubscribedHandler: () -> Unit? = null","com.ntt.skyway.core.channel.Publication.onUnsubscribedHandler"]},{"name":"var webRTCLog: Boolean = false","description":"com.ntt.skyway.core.util.Logger.webRTCLog","location":"core/com.ntt.skyway.core.util/-logger/web-r-t-c-log.html","searchKeys":["webRTCLog","var webRTCLog: Boolean = false","com.ntt.skyway.core.util.Logger.webRTCLog"]}] diff --git a/docs/room/room/com.ntt.skyway.room/-room-publication/-options/encodings.html b/docs/room/room/com.ntt.skyway.room/-room-publication/-options/encodings.html index 3050e23..afc1511 100644 --- a/docs/room/room/com.ntt.skyway.room/-room-publication/-options/encodings.html +++ b/docs/room/room/com.ntt.skyway.room/-room-publication/-options/encodings.html @@ -27,7 +27,7 @@

encodings

-
val encodings: List<Encoding>? = null

エンコード設定一覧。

+
val encodings: List<Encoding>? = null

エンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/room/room/com.ntt.skyway.room/-room-publication/-options/index.html b/docs/room/room/com.ntt.skyway.room/-room-publication/-options/index.html index 21c1f98..69783ab 100644 --- a/docs/room/room/com.ntt.skyway.room/-room-publication/-options/index.html +++ b/docs/room/room/com.ntt.skyway.room/-room-publication/-options/index.html @@ -74,7 +74,7 @@

Properties

-
val encodings: List<Encoding>? = null

エンコード設定一覧。

+
val encodings: List<Encoding>? = null

エンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/room/room/com.ntt.skyway.room/-room-publication/encodings.html b/docs/room/room/com.ntt.skyway.room/-room-publication/encodings.html index 1bf2464..4d71e0f 100644 --- a/docs/room/room/com.ntt.skyway.room/-room-publication/encodings.html +++ b/docs/room/room/com.ntt.skyway.room/-room-publication/encodings.html @@ -27,7 +27,7 @@

encodings

-
val encodings: List<Encoding>

このRoomPublicationのエンコード設定。

+
val encodings: List<Encoding>

このRoomPublicationのエンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/room/room/com.ntt.skyway.room/-room-publication/get-stats.html b/docs/room/room/com.ntt.skyway.room/-room-publication/get-stats.html new file mode 100644 index 0000000..e24ef5f --- /dev/null +++ b/docs/room/room/com.ntt.skyway.room/-room-publication/get-stats.html @@ -0,0 +1,37 @@ + + + + getStats + + + + +
+
+
+
+
+
+ +
+

getStats

+
+
fun getStats(remoteMemberId: String): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

Parameters

remoteMemberId

対象のRemoteMemberのID

+
+ +
+
+ + + diff --git a/docs/room/room/com.ntt.skyway.room/-room-publication/index.html b/docs/room/room/com.ntt.skyway.room/-room-publication/index.html index 8cdd543..4a6f14f 100644 --- a/docs/room/room/com.ntt.skyway.room/-room-publication/index.html +++ b/docs/room/room/com.ntt.skyway.room/-room-publication/index.html @@ -109,6 +109,21 @@

Functions

+ +
+
+
+
getStats
+ +
Link copied to clipboard
+
+
+
+
fun getStats(remoteMemberId: String): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+
+
+
@@ -124,6 +139,21 @@

Functions

+ +
+
+
+
replaceStream
+ +
Link copied to clipboard
+
+
+
+
fun replaceStream(stream: LocalStream)

送信するStreamを変更します。

+
+
+
+
@@ -181,7 +211,7 @@

Properties

-
val encodings: List<Encoding>

このRoomPublicationのエンコード設定。

+
val encodings: List<Encoding>

このRoomPublicationのエンコーディング設定一覧。 詳しい設定例については開発者ドキュメントの大規模会議アプリを実装する上での注意点をご覧ください

diff --git a/docs/room/room/com.ntt.skyway.room/-room-publication/replace-stream.html b/docs/room/room/com.ntt.skyway.room/-room-publication/replace-stream.html new file mode 100644 index 0000000..baf019f --- /dev/null +++ b/docs/room/room/com.ntt.skyway.room/-room-publication/replace-stream.html @@ -0,0 +1,37 @@ + + + + replaceStream + + + + +
+
+
+
+
+
+ +
+

replaceStream

+
+
fun replaceStream(stream: LocalStream)

送信するStreamを変更します。

Parameters

stream

変更先のStream。既にpublishしているstreamと同じcontentTypeである必要があります。

+
+ +
+
+ + + diff --git a/docs/room/room/com.ntt.skyway.room/-room-subscription/get-stats.html b/docs/room/room/com.ntt.skyway.room/-room-subscription/get-stats.html new file mode 100644 index 0000000..18e4fec --- /dev/null +++ b/docs/room/room/com.ntt.skyway.room/-room-subscription/get-stats.html @@ -0,0 +1,37 @@ + + + + getStats + + + + +
+
+
+
+
+
+ +
+

getStats

+
+
fun getStats(): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+ +
+
+ + + diff --git a/docs/room/room/com.ntt.skyway.room/-room-subscription/index.html b/docs/room/room/com.ntt.skyway.room/-room-subscription/index.html index 5eb6ae5..8f7801e 100644 --- a/docs/room/room/com.ntt.skyway.room/-room-subscription/index.html +++ b/docs/room/room/com.ntt.skyway.room/-room-subscription/index.html @@ -94,6 +94,21 @@

Functions

+ +
+
+
+
getStats
+ +
Link copied to clipboard
+
+
+
+
fun getStats(): WebRTCStats?

統計情報を取得します。 experimentalな機能です。

+
+
+
+
@@ -156,6 +171,21 @@

Properties

+ +
+
+
+
preferredEncodingId
+ +
Link copied to clipboard
+
+
+
+
val preferredEncodingId: String

このRoomSubscriptionの優先エンコーディングID。

+
+
+
+
diff --git a/docs/room/room/com.ntt.skyway.room/-room-subscription/preferred-encoding-id.html b/docs/room/room/com.ntt.skyway.room/-room-subscription/preferred-encoding-id.html new file mode 100644 index 0000000..40e07fa --- /dev/null +++ b/docs/room/room/com.ntt.skyway.room/-room-subscription/preferred-encoding-id.html @@ -0,0 +1,37 @@ + + + + preferredEncodingId + + + + +
+
+
+
+
+
+ +
+

preferredEncodingId

+
+
val preferredEncodingId: String

このRoomSubscriptionの優先エンコーディングID。

+
+ +
+
+ + + diff --git a/docs/room/room/package-list b/docs/room/room/package-list index c28c8dd..cc8916d 100644 --- a/docs/room/room/package-list +++ b/docs/room/room/package-list @@ -109,6 +109,7 @@ $dokka.location:com.ntt.skyway.room/RoomPublication/disable/#/PointingToDeclarat $dokka.location:com.ntt.skyway.room/RoomPublication/enable/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/enable.html $dokka.location:com.ntt.skyway.room/RoomPublication/encodings/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/encodings.html $dokka.location:com.ntt.skyway.room/RoomPublication/equals/#kotlin.Any?/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/equals.html +$dokka.location:com.ntt.skyway.room/RoomPublication/getStats/#kotlin.String/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/get-stats.html $dokka.location:com.ntt.skyway.room/RoomPublication/hashCode/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/hash-code.html $dokka.location:com.ntt.skyway.room/RoomPublication/id/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/id.html $dokka.location:com.ntt.skyway.room/RoomPublication/metadata/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/metadata.html @@ -120,6 +121,7 @@ $dokka.location:com.ntt.skyway.room/RoomPublication/onSubscriptionListChangedHan $dokka.location:com.ntt.skyway.room/RoomPublication/onUnpublishedHandler/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/on-unpublished-handler.html $dokka.location:com.ntt.skyway.room/RoomPublication/onUnsubscribedHandler/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/on-unsubscribed-handler.html $dokka.location:com.ntt.skyway.room/RoomPublication/publisher/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/publisher.html +$dokka.location:com.ntt.skyway.room/RoomPublication/replaceStream/#com.ntt.skyway.core.content.local.LocalStream/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/replace-stream.html $dokka.location:com.ntt.skyway.room/RoomPublication/room/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/room.html $dokka.location:com.ntt.skyway.room/RoomPublication/state/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/state.html $dokka.location:com.ntt.skyway.room/RoomPublication/stream/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-publication/stream.html @@ -133,9 +135,11 @@ $dokka.location:com.ntt.skyway.room/RoomSubscription/cancel/#/PointingToDeclarat $dokka.location:com.ntt.skyway.room/RoomSubscription/changePreferredEncoding/#kotlin.String/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/change-preferred-encoding.html $dokka.location:com.ntt.skyway.room/RoomSubscription/contentType/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/content-type.html $dokka.location:com.ntt.skyway.room/RoomSubscription/equals/#kotlin.Any?/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/equals.html +$dokka.location:com.ntt.skyway.room/RoomSubscription/getStats/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/get-stats.html $dokka.location:com.ntt.skyway.room/RoomSubscription/hashCode/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/hash-code.html $dokka.location:com.ntt.skyway.room/RoomSubscription/id/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/id.html $dokka.location:com.ntt.skyway.room/RoomSubscription/onCanceledHandler/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/on-canceled-handler.html +$dokka.location:com.ntt.skyway.room/RoomSubscription/preferredEncodingId/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/preferred-encoding-id.html $dokka.location:com.ntt.skyway.room/RoomSubscription/publication/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/publication.html $dokka.location:com.ntt.skyway.room/RoomSubscription/room/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/room.html $dokka.location:com.ntt.skyway.room/RoomSubscription/state/#/PointingToDeclaration/room/com.ntt.skyway.room/-room-subscription/state.html diff --git a/docs/room/scripts/pages.json b/docs/room/scripts/pages.json index 1ea1100..f4514e7 100644 --- a/docs/room/scripts/pages.json +++ b/docs/room/scripts/pages.json @@ -1 +1 @@ -[{"name":"P2P()","description":"com.ntt.skyway.room.Room.Type.P2P","location":"room/com.ntt.skyway.room/-room/-type/-p2-p/index.html","searchKeys":["P2P","P2P()","com.ntt.skyway.room.Room.Type.P2P"]},{"name":"SFU()","description":"com.ntt.skyway.room.Room.Type.SFU","location":"room/com.ntt.skyway.room/-room/-type/-s-f-u/index.html","searchKeys":["SFU","SFU()","com.ntt.skyway.room.Room.Type.SFU"]},{"name":"abstract class LocalRoomMember : RoomMember","description":"com.ntt.skyway.room.member.LocalRoomMember","location":"room/com.ntt.skyway.room.member/-local-room-member/index.html","searchKeys":["LocalRoomMember","abstract class LocalRoomMember : RoomMember","com.ntt.skyway.room.member.LocalRoomMember"]},{"name":"abstract class Room","description":"com.ntt.skyway.room.Room","location":"room/com.ntt.skyway.room/-room/index.html","searchKeys":["Room","abstract class Room","com.ntt.skyway.room.Room"]},{"name":"abstract class RoomMember","description":"com.ntt.skyway.room.member.RoomMember","location":"room/com.ntt.skyway.room.member/-room-member/index.html","searchKeys":["RoomMember","abstract class RoomMember","com.ntt.skyway.room.member.RoomMember"]},{"name":"abstract suspend fun join(memberInit: RoomMember.Init): LocalRoomMember?","description":"com.ntt.skyway.room.Room.join","location":"room/com.ntt.skyway.room/-room/join.html","searchKeys":["join","abstract suspend fun join(memberInit: RoomMember.Init): LocalRoomMember?","com.ntt.skyway.room.Room.join"]},{"name":"abstract val type: Room.Type","description":"com.ntt.skyway.room.Room.type","location":"room/com.ntt.skyway.room/-room/type.html","searchKeys":["type","abstract val type: Room.Type","com.ntt.skyway.room.Room.type"]},{"name":"class LocalP2PRoomMember : LocalRoomMember","description":"com.ntt.skyway.room.p2p.LocalP2PRoomMember","location":"room/com.ntt.skyway.room.p2p/-local-p2-p-room-member/index.html","searchKeys":["LocalP2PRoomMember","class LocalP2PRoomMember : LocalRoomMember","com.ntt.skyway.room.p2p.LocalP2PRoomMember"]},{"name":"class LocalSFURoomMember : LocalRoomMember","description":"com.ntt.skyway.room.sfu.LocalSFURoomMember","location":"room/com.ntt.skyway.room.sfu/-local-s-f-u-room-member/index.html","searchKeys":["LocalSFURoomMember","class LocalSFURoomMember : LocalRoomMember","com.ntt.skyway.room.sfu.LocalSFURoomMember"]},{"name":"class P2PRoom : Room","description":"com.ntt.skyway.room.p2p.P2PRoom","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/index.html","searchKeys":["P2PRoom","class P2PRoom : Room","com.ntt.skyway.room.p2p.P2PRoom"]},{"name":"class RoomPublication","description":"com.ntt.skyway.room.RoomPublication","location":"room/com.ntt.skyway.room/-room-publication/index.html","searchKeys":["RoomPublication","class RoomPublication","com.ntt.skyway.room.RoomPublication"]},{"name":"class RoomSubscription","description":"com.ntt.skyway.room.RoomSubscription","location":"room/com.ntt.skyway.room/-room-subscription/index.html","searchKeys":["RoomSubscription","class RoomSubscription","com.ntt.skyway.room.RoomSubscription"]},{"name":"class SFURoom : Room","description":"com.ntt.skyway.room.sfu.SFURoom","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/index.html","searchKeys":["SFURoom","class SFURoom : Room","com.ntt.skyway.room.sfu.SFURoom"]},{"name":"data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int)","description":"com.ntt.skyway.room.member.RoomMember.Init","location":"room/com.ntt.skyway.room.member/-room-member/-init/index.html","searchKeys":["Init","data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int)","com.ntt.skyway.room.member.RoomMember.Init"]},{"name":"data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?, maxSubscribers: Int)","description":"com.ntt.skyway.room.RoomPublication.Options","location":"room/com.ntt.skyway.room/-room-publication/-options/index.html","searchKeys":["Options","data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?, maxSubscribers: Int)","com.ntt.skyway.room.RoomPublication.Options"]},{"name":"data class Options(preferredEncodingId: String?)","description":"com.ntt.skyway.room.RoomSubscription.Options","location":"room/com.ntt.skyway.room/-room-subscription/-options/index.html","searchKeys":["Options","data class Options(preferredEncodingId: String?)","com.ntt.skyway.room.RoomSubscription.Options"]},{"name":"enum Type : Enum ","description":"com.ntt.skyway.room.Room.Type","location":"room/com.ntt.skyway.room/-room/-type/index.html","searchKeys":["Type","enum Type : Enum ","com.ntt.skyway.room.Room.Type"]},{"name":"fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000)","description":"com.ntt.skyway.room.member.RoomMember.Init.Init","location":"room/com.ntt.skyway.room.member/-room-member/-init/-init.html","searchKeys":["Init","fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000)","com.ntt.skyway.room.member.RoomMember.Init.Init"]},{"name":"fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null, maxSubscribers: Int = 10)","description":"com.ntt.skyway.room.RoomPublication.Options.Options","location":"room/com.ntt.skyway.room/-room-publication/-options/-options.html","searchKeys":["Options","fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null, maxSubscribers: Int = 10)","com.ntt.skyway.room.RoomPublication.Options.Options"]},{"name":"fun Options(preferredEncodingId: String? = null)","description":"com.ntt.skyway.room.RoomSubscription.Options.Options","location":"room/com.ntt.skyway.room/-room-subscription/-options/-options.html","searchKeys":["Options","fun Options(preferredEncodingId: String? = null)","com.ntt.skyway.room.RoomSubscription.Options.Options"]},{"name":"fun dispose()","description":"com.ntt.skyway.room.Room.dispose","location":"room/com.ntt.skyway.room/-room/dispose.html","searchKeys":["dispose","fun dispose()","com.ntt.skyway.room.Room.dispose"]},{"name":"fun updateEncodings(encodings: List)","description":"com.ntt.skyway.room.RoomPublication.updateEncodings","location":"room/com.ntt.skyway.room/-room-publication/update-encodings.html","searchKeys":["updateEncodings","fun updateEncodings(encodings: List)","com.ntt.skyway.room.RoomPublication.updateEncodings"]},{"name":"object Companion","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.room.p2p.P2PRoom.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.room.sfu.SFURoom.Companion","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.room.sfu.SFURoom.Companion"]},{"name":"open class RemoteRoomMember : RoomMember","description":"com.ntt.skyway.room.member.RemoteRoomMember","location":"room/com.ntt.skyway.room.member/-remote-room-member/index.html","searchKeys":["RemoteRoomMember","open class RemoteRoomMember : RoomMember","com.ntt.skyway.room.member.RemoteRoomMember"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.ntt.skyway.room.RoomPublication.equals","location":"room/com.ntt.skyway.room/-room-publication/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.ntt.skyway.room.RoomPublication.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.ntt.skyway.room.RoomSubscription.equals","location":"room/com.ntt.skyway.room/-room-subscription/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.ntt.skyway.room.RoomSubscription.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.ntt.skyway.room.member.RoomMember.equals","location":"room/com.ntt.skyway.room.member/-room-member/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.ntt.skyway.room.member.RoomMember.equals"]},{"name":"open override fun hashCode(): Int","description":"com.ntt.skyway.room.RoomPublication.hashCode","location":"room/com.ntt.skyway.room/-room-publication/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.ntt.skyway.room.RoomPublication.hashCode"]},{"name":"open override fun hashCode(): Int","description":"com.ntt.skyway.room.RoomSubscription.hashCode","location":"room/com.ntt.skyway.room/-room-subscription/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.ntt.skyway.room.RoomSubscription.hashCode"]},{"name":"open override fun hashCode(): Int","description":"com.ntt.skyway.room.member.RoomMember.hashCode","location":"room/com.ntt.skyway.room.member/-room-member/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.ntt.skyway.room.member.RoomMember.hashCode"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.room.member.LocalRoomMember.side","location":"room/com.ntt.skyway.room.member/-local-room-member/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.room.member.LocalRoomMember.side"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.room.member.RemoteRoomMember.side","location":"room/com.ntt.skyway.room.member/-remote-room-member/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.room.member.RemoteRoomMember.side"]},{"name":"open override val type: Room.Type","description":"com.ntt.skyway.room.p2p.P2PRoom.type","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/type.html","searchKeys":["type","open override val type: Room.Type","com.ntt.skyway.room.p2p.P2PRoom.type"]},{"name":"open override val type: Room.Type","description":"com.ntt.skyway.room.sfu.SFURoom.type","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/type.html","searchKeys":["type","open override val type: Room.Type","com.ntt.skyway.room.sfu.SFURoom.type"]},{"name":"open suspend fun publish(localStream: LocalStream, options: RoomPublication.Options? = null): RoomPublication?","description":"com.ntt.skyway.room.member.LocalRoomMember.publish","location":"room/com.ntt.skyway.room.member/-local-room-member/publish.html","searchKeys":["publish","open suspend fun publish(localStream: LocalStream, options: RoomPublication.Options? = null): RoomPublication?","com.ntt.skyway.room.member.LocalRoomMember.publish"]},{"name":"open suspend fun unpublish(publication: RoomPublication): Boolean","description":"com.ntt.skyway.room.member.LocalRoomMember.unpublish","location":"room/com.ntt.skyway.room.member/-local-room-member/unpublish.html","searchKeys":["unpublish","open suspend fun unpublish(publication: RoomPublication): Boolean","com.ntt.skyway.room.member.LocalRoomMember.unpublish"]},{"name":"open suspend override fun join(memberInit: RoomMember.Init): LocalP2PRoomMember?","description":"com.ntt.skyway.room.p2p.P2PRoom.join","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/join.html","searchKeys":["join","open suspend override fun join(memberInit: RoomMember.Init): LocalP2PRoomMember?","com.ntt.skyway.room.p2p.P2PRoom.join"]},{"name":"open suspend override fun join(memberInit: RoomMember.Init): LocalSFURoomMember?","description":"com.ntt.skyway.room.sfu.SFURoom.join","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/join.html","searchKeys":["join","open suspend override fun join(memberInit: RoomMember.Init): LocalSFURoomMember?","com.ntt.skyway.room.sfu.SFURoom.join"]},{"name":"open suspend override fun publish(localStream: LocalStream, options: RoomPublication.Options?): RoomPublication?","description":"com.ntt.skyway.room.sfu.LocalSFURoomMember.publish","location":"room/com.ntt.skyway.room.sfu/-local-s-f-u-room-member/publish.html","searchKeys":["publish","open suspend override fun publish(localStream: LocalStream, options: RoomPublication.Options?): RoomPublication?","com.ntt.skyway.room.sfu.LocalSFURoomMember.publish"]},{"name":"open suspend override fun unpublish(publication: RoomPublication): Boolean","description":"com.ntt.skyway.room.sfu.LocalSFURoomMember.unpublish","location":"room/com.ntt.skyway.room.sfu/-local-s-f-u-room-member/unpublish.html","searchKeys":["unpublish","open suspend override fun unpublish(publication: RoomPublication): Boolean","com.ntt.skyway.room.sfu.LocalSFURoomMember.unpublish"]},{"name":"open val side: Member.Side","description":"com.ntt.skyway.room.member.RoomMember.side","location":"room/com.ntt.skyway.room.member/-room-member/side.html","searchKeys":["side","open val side: Member.Side","com.ntt.skyway.room.member.RoomMember.side"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.room.RoomPublication.cancel","location":"room/com.ntt.skyway.room/-room-publication/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.room.RoomPublication.cancel"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.room.RoomSubscription.cancel","location":"room/com.ntt.skyway.room/-room-subscription/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.room.RoomSubscription.cancel"]},{"name":"suspend fun changePreferredEncoding(preferredEncodingId: String)","description":"com.ntt.skyway.room.RoomSubscription.changePreferredEncoding","location":"room/com.ntt.skyway.room/-room-subscription/change-preferred-encoding.html","searchKeys":["changePreferredEncoding","suspend fun changePreferredEncoding(preferredEncodingId: String)","com.ntt.skyway.room.RoomSubscription.changePreferredEncoding"]},{"name":"suspend fun close(): Boolean","description":"com.ntt.skyway.room.Room.close","location":"room/com.ntt.skyway.room/-room/close.html","searchKeys":["close","suspend fun close(): Boolean","com.ntt.skyway.room.Room.close"]},{"name":"suspend fun create(name: String? = null, metadata: String? = null): P2PRoom?","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion.create","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/create.html","searchKeys":["create","suspend fun create(name: String? = null, metadata: String? = null): P2PRoom?","com.ntt.skyway.room.p2p.P2PRoom.Companion.create"]},{"name":"suspend fun create(name: String? = null, metadata: String? = null): SFURoom?","description":"com.ntt.skyway.room.sfu.SFURoom.Companion.create","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/create.html","searchKeys":["create","suspend fun create(name: String? = null, metadata: String? = null): SFURoom?","com.ntt.skyway.room.sfu.SFURoom.Companion.create"]},{"name":"suspend fun disable(): Boolean","description":"com.ntt.skyway.room.RoomPublication.disable","location":"room/com.ntt.skyway.room/-room-publication/disable.html","searchKeys":["disable","suspend fun disable(): Boolean","com.ntt.skyway.room.RoomPublication.disable"]},{"name":"suspend fun enable(): Boolean","description":"com.ntt.skyway.room.RoomPublication.enable","location":"room/com.ntt.skyway.room/-room-publication/enable.html","searchKeys":["enable","suspend fun enable(): Boolean","com.ntt.skyway.room.RoomPublication.enable"]},{"name":"suspend fun find(name: String? = null, id: String? = null): P2PRoom?","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion.find","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/find.html","searchKeys":["find","suspend fun find(name: String? = null, id: String? = null): P2PRoom?","com.ntt.skyway.room.p2p.P2PRoom.Companion.find"]},{"name":"suspend fun find(name: String? = null, id: String? = null): SFURoom?","description":"com.ntt.skyway.room.sfu.SFURoom.Companion.find","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/find.html","searchKeys":["find","suspend fun find(name: String? = null, id: String? = null): SFURoom?","com.ntt.skyway.room.sfu.SFURoom.Companion.find"]},{"name":"suspend fun findOrCreate(name: String? = null, metadata: String? = null): P2PRoom?","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion.findOrCreate","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/find-or-create.html","searchKeys":["findOrCreate","suspend fun findOrCreate(name: String? = null, metadata: String? = null): P2PRoom?","com.ntt.skyway.room.p2p.P2PRoom.Companion.findOrCreate"]},{"name":"suspend fun findOrCreate(name: String? = null, metadata: String? = null): SFURoom?","description":"com.ntt.skyway.room.sfu.SFURoom.Companion.findOrCreate","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/find-or-create.html","searchKeys":["findOrCreate","suspend fun findOrCreate(name: String? = null, metadata: String? = null): SFURoom?","com.ntt.skyway.room.sfu.SFURoom.Companion.findOrCreate"]},{"name":"suspend fun leave(): Boolean","description":"com.ntt.skyway.room.member.RoomMember.leave","location":"room/com.ntt.skyway.room.member/-room-member/leave.html","searchKeys":["leave","suspend fun leave(): Boolean","com.ntt.skyway.room.member.RoomMember.leave"]},{"name":"suspend fun leave(member: RoomMember): Boolean","description":"com.ntt.skyway.room.Room.leave","location":"room/com.ntt.skyway.room/-room/leave.html","searchKeys":["leave","suspend fun leave(member: RoomMember): Boolean","com.ntt.skyway.room.Room.leave"]},{"name":"suspend fun subscribe(publication: RoomPublication, options: RoomSubscription.Options? = null): RoomSubscription?","description":"com.ntt.skyway.room.member.LocalRoomMember.subscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publication: RoomPublication, options: RoomSubscription.Options? = null): RoomSubscription?","com.ntt.skyway.room.member.LocalRoomMember.subscribe"]},{"name":"suspend fun subscribe(publicationId: String): Subscription?","description":"com.ntt.skyway.room.member.RemoteRoomMember.subscribe","location":"room/com.ntt.skyway.room.member/-remote-room-member/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String): Subscription?","com.ntt.skyway.room.member.RemoteRoomMember.subscribe"]},{"name":"suspend fun subscribe(publicationId: String, options: RoomSubscription.Options? = null): RoomSubscription?","description":"com.ntt.skyway.room.member.LocalRoomMember.subscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String, options: RoomSubscription.Options? = null): RoomSubscription?","com.ntt.skyway.room.member.LocalRoomMember.subscribe"]},{"name":"suspend fun unsubscribe(subscription: Subscription): Boolean","description":"com.ntt.skyway.room.member.LocalRoomMember.unsubscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscription: Subscription): Boolean","com.ntt.skyway.room.member.LocalRoomMember.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionId: String): Boolean","description":"com.ntt.skyway.room.member.LocalRoomMember.unsubscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionId: String): Boolean","com.ntt.skyway.room.member.LocalRoomMember.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionsId: String): Boolean","description":"com.ntt.skyway.room.member.RemoteRoomMember.unsubscribe","location":"room/com.ntt.skyway.room.member/-remote-room-member/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionsId: String): Boolean","com.ntt.skyway.room.member.RemoteRoomMember.unsubscribe"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.room.Room.updateMetadata","location":"room/com.ntt.skyway.room/-room/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.room.Room.updateMetadata"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.room.member.RoomMember.updateMetadata","location":"room/com.ntt.skyway.room.member/-room-member/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.room.member.RoomMember.updateMetadata"]},{"name":"val codecCapabilities: List","description":"com.ntt.skyway.room.RoomPublication.codecCapabilities","location":"room/com.ntt.skyway.room/-room-publication/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List","com.ntt.skyway.room.RoomPublication.codecCapabilities"]},{"name":"val codecCapabilities: List? = null","description":"com.ntt.skyway.room.RoomPublication.Options.codecCapabilities","location":"room/com.ntt.skyway.room/-room-publication/-options/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List? = null","com.ntt.skyway.room.RoomPublication.Options.codecCapabilities"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.room.RoomPublication.contentType","location":"room/com.ntt.skyway.room/-room-publication/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.room.RoomPublication.contentType"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.room.RoomSubscription.contentType","location":"room/com.ntt.skyway.room/-room-subscription/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.room.RoomSubscription.contentType"]},{"name":"val encodings: List","description":"com.ntt.skyway.room.RoomPublication.encodings","location":"room/com.ntt.skyway.room/-room-publication/encodings.html","searchKeys":["encodings","val encodings: List","com.ntt.skyway.room.RoomPublication.encodings"]},{"name":"val encodings: List? = null","description":"com.ntt.skyway.room.RoomPublication.Options.encodings","location":"room/com.ntt.skyway.room/-room-publication/-options/encodings.html","searchKeys":["encodings","val encodings: List? = null","com.ntt.skyway.room.RoomPublication.Options.encodings"]},{"name":"val id: String","description":"com.ntt.skyway.room.Room.id","location":"room/com.ntt.skyway.room/-room/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.Room.id"]},{"name":"val id: String","description":"com.ntt.skyway.room.RoomPublication.id","location":"room/com.ntt.skyway.room/-room-publication/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.RoomPublication.id"]},{"name":"val id: String","description":"com.ntt.skyway.room.RoomSubscription.id","location":"room/com.ntt.skyway.room/-room-subscription/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.RoomSubscription.id"]},{"name":"val id: String","description":"com.ntt.skyway.room.member.RoomMember.id","location":"room/com.ntt.skyway.room.member/-room-member/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.member.RoomMember.id"]},{"name":"val isEnabled: Boolean? = null","description":"com.ntt.skyway.room.RoomPublication.Options.isEnabled","location":"room/com.ntt.skyway.room/-room-publication/-options/is-enabled.html","searchKeys":["isEnabled","val isEnabled: Boolean? = null","com.ntt.skyway.room.RoomPublication.Options.isEnabled"]},{"name":"val keepAliveIntervalSec: Int = 1000","description":"com.ntt.skyway.room.member.RoomMember.Init.keepAliveIntervalSec","location":"room/com.ntt.skyway.room.member/-room-member/-init/keep-alive-interval-sec.html","searchKeys":["keepAliveIntervalSec","val keepAliveIntervalSec: Int = 1000","com.ntt.skyway.room.member.RoomMember.Init.keepAliveIntervalSec"]},{"name":"val localRoomMember: LocalRoomMember?","description":"com.ntt.skyway.room.Room.localRoomMember","location":"room/com.ntt.skyway.room/-room/local-room-member.html","searchKeys":["localRoomMember","val localRoomMember: LocalRoomMember?","com.ntt.skyway.room.Room.localRoomMember"]},{"name":"val maxSubscribers: Int = 10","description":"com.ntt.skyway.room.RoomPublication.Options.maxSubscribers","location":"room/com.ntt.skyway.room/-room-publication/-options/max-subscribers.html","searchKeys":["maxSubscribers","val maxSubscribers: Int = 10","com.ntt.skyway.room.RoomPublication.Options.maxSubscribers"]},{"name":"val members: Set","description":"com.ntt.skyway.room.Room.members","location":"room/com.ntt.skyway.room/-room/members.html","searchKeys":["members","val members: Set","com.ntt.skyway.room.Room.members"]},{"name":"val metadata: String","description":"com.ntt.skyway.room.Room.metadata","location":"room/com.ntt.skyway.room/-room/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.room.Room.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.room.RoomPublication.metadata","location":"room/com.ntt.skyway.room/-room-publication/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.room.RoomPublication.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.room.member.RoomMember.metadata","location":"room/com.ntt.skyway.room.member/-room-member/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.room.member.RoomMember.metadata"]},{"name":"val metadata: String?","description":"com.ntt.skyway.room.member.RoomMember.Init.metadata","location":"room/com.ntt.skyway.room.member/-room-member/-init/metadata.html","searchKeys":["metadata","val metadata: String?","com.ntt.skyway.room.member.RoomMember.Init.metadata"]},{"name":"val metadata: String? = null","description":"com.ntt.skyway.room.RoomPublication.Options.metadata","location":"room/com.ntt.skyway.room/-room-publication/-options/metadata.html","searchKeys":["metadata","val metadata: String? = null","com.ntt.skyway.room.RoomPublication.Options.metadata"]},{"name":"val name: String","description":"com.ntt.skyway.room.Room.name","location":"room/com.ntt.skyway.room/-room/name.html","searchKeys":["name","val name: String","com.ntt.skyway.room.Room.name"]},{"name":"val name: String","description":"com.ntt.skyway.room.member.RoomMember.Init.name","location":"room/com.ntt.skyway.room.member/-room-member/-init/name.html","searchKeys":["name","val name: String","com.ntt.skyway.room.member.RoomMember.Init.name"]},{"name":"val name: String","description":"com.ntt.skyway.room.member.RoomMember.name","location":"room/com.ntt.skyway.room.member/-room-member/name.html","searchKeys":["name","val name: String","com.ntt.skyway.room.member.RoomMember.name"]},{"name":"val preferredEncodingId: String? = null","description":"com.ntt.skyway.room.RoomSubscription.Options.preferredEncodingId","location":"room/com.ntt.skyway.room/-room-subscription/-options/preferred-encoding-id.html","searchKeys":["preferredEncodingId","val preferredEncodingId: String? = null","com.ntt.skyway.room.RoomSubscription.Options.preferredEncodingId"]},{"name":"val publication: RoomPublication","description":"com.ntt.skyway.room.RoomSubscription.publication","location":"room/com.ntt.skyway.room/-room-subscription/publication.html","searchKeys":["publication","val publication: RoomPublication","com.ntt.skyway.room.RoomSubscription.publication"]},{"name":"val publications: List","description":"com.ntt.skyway.room.member.RoomMember.publications","location":"room/com.ntt.skyway.room.member/-room-member/publications.html","searchKeys":["publications","val publications: List","com.ntt.skyway.room.member.RoomMember.publications"]},{"name":"val publications: Set","description":"com.ntt.skyway.room.Room.publications","location":"room/com.ntt.skyway.room/-room/publications.html","searchKeys":["publications","val publications: Set","com.ntt.skyway.room.Room.publications"]},{"name":"val publisher: RoomMember?","description":"com.ntt.skyway.room.RoomPublication.publisher","location":"room/com.ntt.skyway.room/-room-publication/publisher.html","searchKeys":["publisher","val publisher: RoomMember?","com.ntt.skyway.room.RoomPublication.publisher"]},{"name":"val room: Room","description":"com.ntt.skyway.room.RoomPublication.room","location":"room/com.ntt.skyway.room/-room-publication/room.html","searchKeys":["room","val room: Room","com.ntt.skyway.room.RoomPublication.room"]},{"name":"val room: Room","description":"com.ntt.skyway.room.RoomSubscription.room","location":"room/com.ntt.skyway.room/-room-subscription/room.html","searchKeys":["room","val room: Room","com.ntt.skyway.room.RoomSubscription.room"]},{"name":"val room: Room","description":"com.ntt.skyway.room.member.RoomMember.room","location":"room/com.ntt.skyway.room.member/-room-member/room.html","searchKeys":["room","val room: Room","com.ntt.skyway.room.member.RoomMember.room"]},{"name":"val state: Channel.State","description":"com.ntt.skyway.room.Room.state","location":"room/com.ntt.skyway.room/-room/state.html","searchKeys":["state","val state: Channel.State","com.ntt.skyway.room.Room.state"]},{"name":"val state: Member.State","description":"com.ntt.skyway.room.member.RoomMember.state","location":"room/com.ntt.skyway.room.member/-room-member/state.html","searchKeys":["state","val state: Member.State","com.ntt.skyway.room.member.RoomMember.state"]},{"name":"val state: Publication.State","description":"com.ntt.skyway.room.RoomPublication.state","location":"room/com.ntt.skyway.room/-room-publication/state.html","searchKeys":["state","val state: Publication.State","com.ntt.skyway.room.RoomPublication.state"]},{"name":"val state: Subscription.State","description":"com.ntt.skyway.room.RoomSubscription.state","location":"room/com.ntt.skyway.room/-room-subscription/state.html","searchKeys":["state","val state: Subscription.State","com.ntt.skyway.room.RoomSubscription.state"]},{"name":"val stream: RemoteStream?","description":"com.ntt.skyway.room.RoomSubscription.stream","location":"room/com.ntt.skyway.room/-room-subscription/stream.html","searchKeys":["stream","val stream: RemoteStream?","com.ntt.skyway.room.RoomSubscription.stream"]},{"name":"val stream: Stream?","description":"com.ntt.skyway.room.RoomPublication.stream","location":"room/com.ntt.skyway.room/-room-publication/stream.html","searchKeys":["stream","val stream: Stream?","com.ntt.skyway.room.RoomPublication.stream"]},{"name":"val subscriber: RoomMember?","description":"com.ntt.skyway.room.RoomSubscription.subscriber","location":"room/com.ntt.skyway.room/-room-subscription/subscriber.html","searchKeys":["subscriber","val subscriber: RoomMember?","com.ntt.skyway.room.RoomSubscription.subscriber"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.room.RoomPublication.subscriptions","location":"room/com.ntt.skyway.room/-room-publication/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.room.RoomPublication.subscriptions"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.room.member.RoomMember.subscriptions","location":"room/com.ntt.skyway.room.member/-room-member/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.room.member.RoomMember.subscriptions"]},{"name":"val subscriptions: Set","description":"com.ntt.skyway.room.Room.subscriptions","location":"room/com.ntt.skyway.room/-room/subscriptions.html","searchKeys":["subscriptions","val subscriptions: Set","com.ntt.skyway.room.Room.subscriptions"]},{"name":"var onCanceledHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomSubscription.onCanceledHandler","location":"room/com.ntt.skyway.room/-room-subscription/on-canceled-handler.html","searchKeys":["onCanceledHandler","var onCanceledHandler: () -> Unit? = null","com.ntt.skyway.room.RoomSubscription.onCanceledHandler"]},{"name":"var onClosedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onClosedHandler","location":"room/com.ntt.skyway.room/-room/on-closed-handler.html","searchKeys":["onClosedHandler","var onClosedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onClosedHandler"]},{"name":"var onDisabledHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onDisabledHandler","location":"room/com.ntt.skyway.room/-room-publication/on-disabled-handler.html","searchKeys":["onDisabledHandler","var onDisabledHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onDisabledHandler"]},{"name":"var onEnabledHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onEnabledHandler","location":"room/com.ntt.skyway.room/-room-publication/on-enabled-handler.html","searchKeys":["onEnabledHandler","var onEnabledHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onEnabledHandler"]},{"name":"var onErrorHandler: (e: Exception) -> Unit? = null","description":"com.ntt.skyway.room.Room.onErrorHandler","location":"room/com.ntt.skyway.room/-room/on-error-handler.html","searchKeys":["onErrorHandler","var onErrorHandler: (e: Exception) -> Unit? = null","com.ntt.skyway.room.Room.onErrorHandler"]},{"name":"var onLeftHandler: () -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onLeftHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-left-handler.html","searchKeys":["onLeftHandler","var onLeftHandler: () -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onLeftHandler"]},{"name":"var onMemberJoinedHandler: (member: RoomMember) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberJoinedHandler","location":"room/com.ntt.skyway.room/-room/on-member-joined-handler.html","searchKeys":["onMemberJoinedHandler","var onMemberJoinedHandler: (member: RoomMember) -> Unit? = null","com.ntt.skyway.room.Room.onMemberJoinedHandler"]},{"name":"var onMemberLeftHandler: (member: RoomMember) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberLeftHandler","location":"room/com.ntt.skyway.room/-room/on-member-left-handler.html","searchKeys":["onMemberLeftHandler","var onMemberLeftHandler: (member: RoomMember) -> Unit? = null","com.ntt.skyway.room.Room.onMemberLeftHandler"]},{"name":"var onMemberListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberListChangedHandler","location":"room/com.ntt.skyway.room/-room/on-member-list-changed-handler.html","searchKeys":["onMemberListChangedHandler","var onMemberListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onMemberListChangedHandler"]},{"name":"var onMemberMetadataUpdatedHandler: (member: RoomMember, metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room/on-member-metadata-updated-handler.html","searchKeys":["onMemberMetadataUpdatedHandler","var onMemberMetadataUpdatedHandler: (member: RoomMember, metadata: String) -> Unit? = null","com.ntt.skyway.room.Room.onMemberMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.room.Room.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.room.RoomPublication.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onMetadataUpdatedHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onMetadataUpdatedHandler"]},{"name":"var onPublicationDisabledHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationDisabledHandler","location":"room/com.ntt.skyway.room/-room/on-publication-disabled-handler.html","searchKeys":["onPublicationDisabledHandler","var onPublicationDisabledHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationDisabledHandler"]},{"name":"var onPublicationEnabledHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationEnabledHandler","location":"room/com.ntt.skyway.room/-room/on-publication-enabled-handler.html","searchKeys":["onPublicationEnabledHandler","var onPublicationEnabledHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationEnabledHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationListChangedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onPublicationListChangedHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onPublicationListChangedHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onPublicationListChangedHandler"]},{"name":"var onPublicationMetadataUpdatedHandler: (publication: RoomPublication, metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-metadata-updated-handler.html","searchKeys":["onPublicationMetadataUpdatedHandler","var onPublicationMetadataUpdatedHandler: (publication: RoomPublication, metadata: String) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationMetadataUpdatedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationSubscribedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationSubscribedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onPublicationSubscribedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onPublicationSubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationUnsubscribedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationUnsubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onPublicationUnsubscribedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onPublicationUnsubscribedHandler"]},{"name":"var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onStreamPublishedHandler","location":"room/com.ntt.skyway.room/-room/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onStreamPublishedHandler"]},{"name":"var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onStreamPublishedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onStreamPublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onStreamUnpublishedHandler","location":"room/com.ntt.skyway.room/-room/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onStreamUnpublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onStreamUnpublishedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onStreamUnpublishedHandler"]},{"name":"var onSubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onSubscribedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-subscribed-handler.html","searchKeys":["onSubscribedHandler","var onSubscribedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onSubscribedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onSubscriptionListChangedHandler","location":"room/com.ntt.skyway.room/-room/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onSubscriptionListChangedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onSubscriptionListChangedHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onSubscriptionListChangedHandler"]},{"name":"var onUnpublishedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onUnpublishedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-unpublished-handler.html","searchKeys":["onUnpublishedHandler","var onUnpublishedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onUnpublishedHandler"]},{"name":"var onUnsubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onUnsubscribedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-unsubscribed-handler.html","searchKeys":["onUnsubscribedHandler","var onUnsubscribedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onUnsubscribedHandler"]}] +[{"name":"P2P()","description":"com.ntt.skyway.room.Room.Type.P2P","location":"room/com.ntt.skyway.room/-room/-type/-p2-p/index.html","searchKeys":["P2P","P2P()","com.ntt.skyway.room.Room.Type.P2P"]},{"name":"SFU()","description":"com.ntt.skyway.room.Room.Type.SFU","location":"room/com.ntt.skyway.room/-room/-type/-s-f-u/index.html","searchKeys":["SFU","SFU()","com.ntt.skyway.room.Room.Type.SFU"]},{"name":"abstract class LocalRoomMember : RoomMember","description":"com.ntt.skyway.room.member.LocalRoomMember","location":"room/com.ntt.skyway.room.member/-local-room-member/index.html","searchKeys":["LocalRoomMember","abstract class LocalRoomMember : RoomMember","com.ntt.skyway.room.member.LocalRoomMember"]},{"name":"abstract class Room","description":"com.ntt.skyway.room.Room","location":"room/com.ntt.skyway.room/-room/index.html","searchKeys":["Room","abstract class Room","com.ntt.skyway.room.Room"]},{"name":"abstract class RoomMember","description":"com.ntt.skyway.room.member.RoomMember","location":"room/com.ntt.skyway.room.member/-room-member/index.html","searchKeys":["RoomMember","abstract class RoomMember","com.ntt.skyway.room.member.RoomMember"]},{"name":"abstract suspend fun join(memberInit: RoomMember.Init): LocalRoomMember?","description":"com.ntt.skyway.room.Room.join","location":"room/com.ntt.skyway.room/-room/join.html","searchKeys":["join","abstract suspend fun join(memberInit: RoomMember.Init): LocalRoomMember?","com.ntt.skyway.room.Room.join"]},{"name":"abstract val type: Room.Type","description":"com.ntt.skyway.room.Room.type","location":"room/com.ntt.skyway.room/-room/type.html","searchKeys":["type","abstract val type: Room.Type","com.ntt.skyway.room.Room.type"]},{"name":"class LocalP2PRoomMember : LocalRoomMember","description":"com.ntt.skyway.room.p2p.LocalP2PRoomMember","location":"room/com.ntt.skyway.room.p2p/-local-p2-p-room-member/index.html","searchKeys":["LocalP2PRoomMember","class LocalP2PRoomMember : LocalRoomMember","com.ntt.skyway.room.p2p.LocalP2PRoomMember"]},{"name":"class LocalSFURoomMember : LocalRoomMember","description":"com.ntt.skyway.room.sfu.LocalSFURoomMember","location":"room/com.ntt.skyway.room.sfu/-local-s-f-u-room-member/index.html","searchKeys":["LocalSFURoomMember","class LocalSFURoomMember : LocalRoomMember","com.ntt.skyway.room.sfu.LocalSFURoomMember"]},{"name":"class P2PRoom : Room","description":"com.ntt.skyway.room.p2p.P2PRoom","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/index.html","searchKeys":["P2PRoom","class P2PRoom : Room","com.ntt.skyway.room.p2p.P2PRoom"]},{"name":"class RoomPublication","description":"com.ntt.skyway.room.RoomPublication","location":"room/com.ntt.skyway.room/-room-publication/index.html","searchKeys":["RoomPublication","class RoomPublication","com.ntt.skyway.room.RoomPublication"]},{"name":"class RoomSubscription","description":"com.ntt.skyway.room.RoomSubscription","location":"room/com.ntt.skyway.room/-room-subscription/index.html","searchKeys":["RoomSubscription","class RoomSubscription","com.ntt.skyway.room.RoomSubscription"]},{"name":"class SFURoom : Room","description":"com.ntt.skyway.room.sfu.SFURoom","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/index.html","searchKeys":["SFURoom","class SFURoom : Room","com.ntt.skyway.room.sfu.SFURoom"]},{"name":"data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int)","description":"com.ntt.skyway.room.member.RoomMember.Init","location":"room/com.ntt.skyway.room.member/-room-member/-init/index.html","searchKeys":["Init","data class Init(name: String, metadata: String?, keepAliveIntervalSec: Int)","com.ntt.skyway.room.member.RoomMember.Init"]},{"name":"data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?, maxSubscribers: Int)","description":"com.ntt.skyway.room.RoomPublication.Options","location":"room/com.ntt.skyway.room/-room-publication/-options/index.html","searchKeys":["Options","data class Options(metadata: String?, codecCapabilities: List?, encodings: List?, isEnabled: Boolean?, maxSubscribers: Int)","com.ntt.skyway.room.RoomPublication.Options"]},{"name":"data class Options(preferredEncodingId: String?)","description":"com.ntt.skyway.room.RoomSubscription.Options","location":"room/com.ntt.skyway.room/-room-subscription/-options/index.html","searchKeys":["Options","data class Options(preferredEncodingId: String?)","com.ntt.skyway.room.RoomSubscription.Options"]},{"name":"enum Type : Enum ","description":"com.ntt.skyway.room.Room.Type","location":"room/com.ntt.skyway.room/-room/-type/index.html","searchKeys":["Type","enum Type : Enum ","com.ntt.skyway.room.Room.Type"]},{"name":"fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000)","description":"com.ntt.skyway.room.member.RoomMember.Init.Init","location":"room/com.ntt.skyway.room.member/-room-member/-init/-init.html","searchKeys":["Init","fun Init(name: String, metadata: String? = \"\", keepAliveIntervalSec: Int = 1000)","com.ntt.skyway.room.member.RoomMember.Init.Init"]},{"name":"fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null, maxSubscribers: Int = 10)","description":"com.ntt.skyway.room.RoomPublication.Options.Options","location":"room/com.ntt.skyway.room/-room-publication/-options/-options.html","searchKeys":["Options","fun Options(metadata: String? = null, codecCapabilities: List? = null, encodings: List? = null, isEnabled: Boolean? = null, maxSubscribers: Int = 10)","com.ntt.skyway.room.RoomPublication.Options.Options"]},{"name":"fun Options(preferredEncodingId: String? = null)","description":"com.ntt.skyway.room.RoomSubscription.Options.Options","location":"room/com.ntt.skyway.room/-room-subscription/-options/-options.html","searchKeys":["Options","fun Options(preferredEncodingId: String? = null)","com.ntt.skyway.room.RoomSubscription.Options.Options"]},{"name":"fun dispose()","description":"com.ntt.skyway.room.Room.dispose","location":"room/com.ntt.skyway.room/-room/dispose.html","searchKeys":["dispose","fun dispose()","com.ntt.skyway.room.Room.dispose"]},{"name":"fun getStats(): WebRTCStats?","description":"com.ntt.skyway.room.RoomSubscription.getStats","location":"room/com.ntt.skyway.room/-room-subscription/get-stats.html","searchKeys":["getStats","fun getStats(): WebRTCStats?","com.ntt.skyway.room.RoomSubscription.getStats"]},{"name":"fun getStats(remoteMemberId: String): WebRTCStats?","description":"com.ntt.skyway.room.RoomPublication.getStats","location":"room/com.ntt.skyway.room/-room-publication/get-stats.html","searchKeys":["getStats","fun getStats(remoteMemberId: String): WebRTCStats?","com.ntt.skyway.room.RoomPublication.getStats"]},{"name":"fun replaceStream(stream: LocalStream)","description":"com.ntt.skyway.room.RoomPublication.replaceStream","location":"room/com.ntt.skyway.room/-room-publication/replace-stream.html","searchKeys":["replaceStream","fun replaceStream(stream: LocalStream)","com.ntt.skyway.room.RoomPublication.replaceStream"]},{"name":"fun updateEncodings(encodings: List)","description":"com.ntt.skyway.room.RoomPublication.updateEncodings","location":"room/com.ntt.skyway.room/-room-publication/update-encodings.html","searchKeys":["updateEncodings","fun updateEncodings(encodings: List)","com.ntt.skyway.room.RoomPublication.updateEncodings"]},{"name":"object Companion","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.room.p2p.P2PRoom.Companion"]},{"name":"object Companion","description":"com.ntt.skyway.room.sfu.SFURoom.Companion","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/index.html","searchKeys":["Companion","object Companion","com.ntt.skyway.room.sfu.SFURoom.Companion"]},{"name":"open class RemoteRoomMember : RoomMember","description":"com.ntt.skyway.room.member.RemoteRoomMember","location":"room/com.ntt.skyway.room.member/-remote-room-member/index.html","searchKeys":["RemoteRoomMember","open class RemoteRoomMember : RoomMember","com.ntt.skyway.room.member.RemoteRoomMember"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.ntt.skyway.room.RoomPublication.equals","location":"room/com.ntt.skyway.room/-room-publication/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.ntt.skyway.room.RoomPublication.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.ntt.skyway.room.RoomSubscription.equals","location":"room/com.ntt.skyway.room/-room-subscription/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.ntt.skyway.room.RoomSubscription.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.ntt.skyway.room.member.RoomMember.equals","location":"room/com.ntt.skyway.room.member/-room-member/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.ntt.skyway.room.member.RoomMember.equals"]},{"name":"open override fun hashCode(): Int","description":"com.ntt.skyway.room.RoomPublication.hashCode","location":"room/com.ntt.skyway.room/-room-publication/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.ntt.skyway.room.RoomPublication.hashCode"]},{"name":"open override fun hashCode(): Int","description":"com.ntt.skyway.room.RoomSubscription.hashCode","location":"room/com.ntt.skyway.room/-room-subscription/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.ntt.skyway.room.RoomSubscription.hashCode"]},{"name":"open override fun hashCode(): Int","description":"com.ntt.skyway.room.member.RoomMember.hashCode","location":"room/com.ntt.skyway.room.member/-room-member/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.ntt.skyway.room.member.RoomMember.hashCode"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.room.member.LocalRoomMember.side","location":"room/com.ntt.skyway.room.member/-local-room-member/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.room.member.LocalRoomMember.side"]},{"name":"open override val side: Member.Side","description":"com.ntt.skyway.room.member.RemoteRoomMember.side","location":"room/com.ntt.skyway.room.member/-remote-room-member/side.html","searchKeys":["side","open override val side: Member.Side","com.ntt.skyway.room.member.RemoteRoomMember.side"]},{"name":"open override val type: Room.Type","description":"com.ntt.skyway.room.p2p.P2PRoom.type","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/type.html","searchKeys":["type","open override val type: Room.Type","com.ntt.skyway.room.p2p.P2PRoom.type"]},{"name":"open override val type: Room.Type","description":"com.ntt.skyway.room.sfu.SFURoom.type","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/type.html","searchKeys":["type","open override val type: Room.Type","com.ntt.skyway.room.sfu.SFURoom.type"]},{"name":"open suspend fun publish(localStream: LocalStream, options: RoomPublication.Options? = null): RoomPublication?","description":"com.ntt.skyway.room.member.LocalRoomMember.publish","location":"room/com.ntt.skyway.room.member/-local-room-member/publish.html","searchKeys":["publish","open suspend fun publish(localStream: LocalStream, options: RoomPublication.Options? = null): RoomPublication?","com.ntt.skyway.room.member.LocalRoomMember.publish"]},{"name":"open suspend fun unpublish(publication: RoomPublication): Boolean","description":"com.ntt.skyway.room.member.LocalRoomMember.unpublish","location":"room/com.ntt.skyway.room.member/-local-room-member/unpublish.html","searchKeys":["unpublish","open suspend fun unpublish(publication: RoomPublication): Boolean","com.ntt.skyway.room.member.LocalRoomMember.unpublish"]},{"name":"open suspend override fun join(memberInit: RoomMember.Init): LocalP2PRoomMember?","description":"com.ntt.skyway.room.p2p.P2PRoom.join","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/join.html","searchKeys":["join","open suspend override fun join(memberInit: RoomMember.Init): LocalP2PRoomMember?","com.ntt.skyway.room.p2p.P2PRoom.join"]},{"name":"open suspend override fun join(memberInit: RoomMember.Init): LocalSFURoomMember?","description":"com.ntt.skyway.room.sfu.SFURoom.join","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/join.html","searchKeys":["join","open suspend override fun join(memberInit: RoomMember.Init): LocalSFURoomMember?","com.ntt.skyway.room.sfu.SFURoom.join"]},{"name":"open suspend override fun publish(localStream: LocalStream, options: RoomPublication.Options?): RoomPublication?","description":"com.ntt.skyway.room.sfu.LocalSFURoomMember.publish","location":"room/com.ntt.skyway.room.sfu/-local-s-f-u-room-member/publish.html","searchKeys":["publish","open suspend override fun publish(localStream: LocalStream, options: RoomPublication.Options?): RoomPublication?","com.ntt.skyway.room.sfu.LocalSFURoomMember.publish"]},{"name":"open suspend override fun unpublish(publication: RoomPublication): Boolean","description":"com.ntt.skyway.room.sfu.LocalSFURoomMember.unpublish","location":"room/com.ntt.skyway.room.sfu/-local-s-f-u-room-member/unpublish.html","searchKeys":["unpublish","open suspend override fun unpublish(publication: RoomPublication): Boolean","com.ntt.skyway.room.sfu.LocalSFURoomMember.unpublish"]},{"name":"open val side: Member.Side","description":"com.ntt.skyway.room.member.RoomMember.side","location":"room/com.ntt.skyway.room.member/-room-member/side.html","searchKeys":["side","open val side: Member.Side","com.ntt.skyway.room.member.RoomMember.side"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.room.RoomPublication.cancel","location":"room/com.ntt.skyway.room/-room-publication/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.room.RoomPublication.cancel"]},{"name":"suspend fun cancel(): Boolean","description":"com.ntt.skyway.room.RoomSubscription.cancel","location":"room/com.ntt.skyway.room/-room-subscription/cancel.html","searchKeys":["cancel","suspend fun cancel(): Boolean","com.ntt.skyway.room.RoomSubscription.cancel"]},{"name":"suspend fun changePreferredEncoding(preferredEncodingId: String)","description":"com.ntt.skyway.room.RoomSubscription.changePreferredEncoding","location":"room/com.ntt.skyway.room/-room-subscription/change-preferred-encoding.html","searchKeys":["changePreferredEncoding","suspend fun changePreferredEncoding(preferredEncodingId: String)","com.ntt.skyway.room.RoomSubscription.changePreferredEncoding"]},{"name":"suspend fun close(): Boolean","description":"com.ntt.skyway.room.Room.close","location":"room/com.ntt.skyway.room/-room/close.html","searchKeys":["close","suspend fun close(): Boolean","com.ntt.skyway.room.Room.close"]},{"name":"suspend fun create(name: String? = null, metadata: String? = null): P2PRoom?","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion.create","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/create.html","searchKeys":["create","suspend fun create(name: String? = null, metadata: String? = null): P2PRoom?","com.ntt.skyway.room.p2p.P2PRoom.Companion.create"]},{"name":"suspend fun create(name: String? = null, metadata: String? = null): SFURoom?","description":"com.ntt.skyway.room.sfu.SFURoom.Companion.create","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/create.html","searchKeys":["create","suspend fun create(name: String? = null, metadata: String? = null): SFURoom?","com.ntt.skyway.room.sfu.SFURoom.Companion.create"]},{"name":"suspend fun disable(): Boolean","description":"com.ntt.skyway.room.RoomPublication.disable","location":"room/com.ntt.skyway.room/-room-publication/disable.html","searchKeys":["disable","suspend fun disable(): Boolean","com.ntt.skyway.room.RoomPublication.disable"]},{"name":"suspend fun enable(): Boolean","description":"com.ntt.skyway.room.RoomPublication.enable","location":"room/com.ntt.skyway.room/-room-publication/enable.html","searchKeys":["enable","suspend fun enable(): Boolean","com.ntt.skyway.room.RoomPublication.enable"]},{"name":"suspend fun find(name: String? = null, id: String? = null): P2PRoom?","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion.find","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/find.html","searchKeys":["find","suspend fun find(name: String? = null, id: String? = null): P2PRoom?","com.ntt.skyway.room.p2p.P2PRoom.Companion.find"]},{"name":"suspend fun find(name: String? = null, id: String? = null): SFURoom?","description":"com.ntt.skyway.room.sfu.SFURoom.Companion.find","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/find.html","searchKeys":["find","suspend fun find(name: String? = null, id: String? = null): SFURoom?","com.ntt.skyway.room.sfu.SFURoom.Companion.find"]},{"name":"suspend fun findOrCreate(name: String? = null, metadata: String? = null): P2PRoom?","description":"com.ntt.skyway.room.p2p.P2PRoom.Companion.findOrCreate","location":"room/com.ntt.skyway.room.p2p/-p2-p-room/-companion/find-or-create.html","searchKeys":["findOrCreate","suspend fun findOrCreate(name: String? = null, metadata: String? = null): P2PRoom?","com.ntt.skyway.room.p2p.P2PRoom.Companion.findOrCreate"]},{"name":"suspend fun findOrCreate(name: String? = null, metadata: String? = null): SFURoom?","description":"com.ntt.skyway.room.sfu.SFURoom.Companion.findOrCreate","location":"room/com.ntt.skyway.room.sfu/-s-f-u-room/-companion/find-or-create.html","searchKeys":["findOrCreate","suspend fun findOrCreate(name: String? = null, metadata: String? = null): SFURoom?","com.ntt.skyway.room.sfu.SFURoom.Companion.findOrCreate"]},{"name":"suspend fun leave(): Boolean","description":"com.ntt.skyway.room.member.RoomMember.leave","location":"room/com.ntt.skyway.room.member/-room-member/leave.html","searchKeys":["leave","suspend fun leave(): Boolean","com.ntt.skyway.room.member.RoomMember.leave"]},{"name":"suspend fun leave(member: RoomMember): Boolean","description":"com.ntt.skyway.room.Room.leave","location":"room/com.ntt.skyway.room/-room/leave.html","searchKeys":["leave","suspend fun leave(member: RoomMember): Boolean","com.ntt.skyway.room.Room.leave"]},{"name":"suspend fun subscribe(publication: RoomPublication, options: RoomSubscription.Options? = null): RoomSubscription?","description":"com.ntt.skyway.room.member.LocalRoomMember.subscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publication: RoomPublication, options: RoomSubscription.Options? = null): RoomSubscription?","com.ntt.skyway.room.member.LocalRoomMember.subscribe"]},{"name":"suspend fun subscribe(publicationId: String): Subscription?","description":"com.ntt.skyway.room.member.RemoteRoomMember.subscribe","location":"room/com.ntt.skyway.room.member/-remote-room-member/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String): Subscription?","com.ntt.skyway.room.member.RemoteRoomMember.subscribe"]},{"name":"suspend fun subscribe(publicationId: String, options: RoomSubscription.Options? = null): RoomSubscription?","description":"com.ntt.skyway.room.member.LocalRoomMember.subscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/subscribe.html","searchKeys":["subscribe","suspend fun subscribe(publicationId: String, options: RoomSubscription.Options? = null): RoomSubscription?","com.ntt.skyway.room.member.LocalRoomMember.subscribe"]},{"name":"suspend fun unsubscribe(subscription: Subscription): Boolean","description":"com.ntt.skyway.room.member.LocalRoomMember.unsubscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscription: Subscription): Boolean","com.ntt.skyway.room.member.LocalRoomMember.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionId: String): Boolean","description":"com.ntt.skyway.room.member.LocalRoomMember.unsubscribe","location":"room/com.ntt.skyway.room.member/-local-room-member/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionId: String): Boolean","com.ntt.skyway.room.member.LocalRoomMember.unsubscribe"]},{"name":"suspend fun unsubscribe(subscriptionsId: String): Boolean","description":"com.ntt.skyway.room.member.RemoteRoomMember.unsubscribe","location":"room/com.ntt.skyway.room.member/-remote-room-member/unsubscribe.html","searchKeys":["unsubscribe","suspend fun unsubscribe(subscriptionsId: String): Boolean","com.ntt.skyway.room.member.RemoteRoomMember.unsubscribe"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.room.Room.updateMetadata","location":"room/com.ntt.skyway.room/-room/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.room.Room.updateMetadata"]},{"name":"suspend fun updateMetadata(metadata: String): Boolean","description":"com.ntt.skyway.room.member.RoomMember.updateMetadata","location":"room/com.ntt.skyway.room.member/-room-member/update-metadata.html","searchKeys":["updateMetadata","suspend fun updateMetadata(metadata: String): Boolean","com.ntt.skyway.room.member.RoomMember.updateMetadata"]},{"name":"val codecCapabilities: List","description":"com.ntt.skyway.room.RoomPublication.codecCapabilities","location":"room/com.ntt.skyway.room/-room-publication/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List","com.ntt.skyway.room.RoomPublication.codecCapabilities"]},{"name":"val codecCapabilities: List? = null","description":"com.ntt.skyway.room.RoomPublication.Options.codecCapabilities","location":"room/com.ntt.skyway.room/-room-publication/-options/codec-capabilities.html","searchKeys":["codecCapabilities","val codecCapabilities: List? = null","com.ntt.skyway.room.RoomPublication.Options.codecCapabilities"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.room.RoomPublication.contentType","location":"room/com.ntt.skyway.room/-room-publication/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.room.RoomPublication.contentType"]},{"name":"val contentType: Stream.ContentType","description":"com.ntt.skyway.room.RoomSubscription.contentType","location":"room/com.ntt.skyway.room/-room-subscription/content-type.html","searchKeys":["contentType","val contentType: Stream.ContentType","com.ntt.skyway.room.RoomSubscription.contentType"]},{"name":"val encodings: List","description":"com.ntt.skyway.room.RoomPublication.encodings","location":"room/com.ntt.skyway.room/-room-publication/encodings.html","searchKeys":["encodings","val encodings: List","com.ntt.skyway.room.RoomPublication.encodings"]},{"name":"val encodings: List? = null","description":"com.ntt.skyway.room.RoomPublication.Options.encodings","location":"room/com.ntt.skyway.room/-room-publication/-options/encodings.html","searchKeys":["encodings","val encodings: List? = null","com.ntt.skyway.room.RoomPublication.Options.encodings"]},{"name":"val id: String","description":"com.ntt.skyway.room.Room.id","location":"room/com.ntt.skyway.room/-room/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.Room.id"]},{"name":"val id: String","description":"com.ntt.skyway.room.RoomPublication.id","location":"room/com.ntt.skyway.room/-room-publication/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.RoomPublication.id"]},{"name":"val id: String","description":"com.ntt.skyway.room.RoomSubscription.id","location":"room/com.ntt.skyway.room/-room-subscription/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.RoomSubscription.id"]},{"name":"val id: String","description":"com.ntt.skyway.room.member.RoomMember.id","location":"room/com.ntt.skyway.room.member/-room-member/id.html","searchKeys":["id","val id: String","com.ntt.skyway.room.member.RoomMember.id"]},{"name":"val isEnabled: Boolean? = null","description":"com.ntt.skyway.room.RoomPublication.Options.isEnabled","location":"room/com.ntt.skyway.room/-room-publication/-options/is-enabled.html","searchKeys":["isEnabled","val isEnabled: Boolean? = null","com.ntt.skyway.room.RoomPublication.Options.isEnabled"]},{"name":"val keepAliveIntervalSec: Int = 1000","description":"com.ntt.skyway.room.member.RoomMember.Init.keepAliveIntervalSec","location":"room/com.ntt.skyway.room.member/-room-member/-init/keep-alive-interval-sec.html","searchKeys":["keepAliveIntervalSec","val keepAliveIntervalSec: Int = 1000","com.ntt.skyway.room.member.RoomMember.Init.keepAliveIntervalSec"]},{"name":"val localRoomMember: LocalRoomMember?","description":"com.ntt.skyway.room.Room.localRoomMember","location":"room/com.ntt.skyway.room/-room/local-room-member.html","searchKeys":["localRoomMember","val localRoomMember: LocalRoomMember?","com.ntt.skyway.room.Room.localRoomMember"]},{"name":"val maxSubscribers: Int = 10","description":"com.ntt.skyway.room.RoomPublication.Options.maxSubscribers","location":"room/com.ntt.skyway.room/-room-publication/-options/max-subscribers.html","searchKeys":["maxSubscribers","val maxSubscribers: Int = 10","com.ntt.skyway.room.RoomPublication.Options.maxSubscribers"]},{"name":"val members: Set","description":"com.ntt.skyway.room.Room.members","location":"room/com.ntt.skyway.room/-room/members.html","searchKeys":["members","val members: Set","com.ntt.skyway.room.Room.members"]},{"name":"val metadata: String","description":"com.ntt.skyway.room.Room.metadata","location":"room/com.ntt.skyway.room/-room/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.room.Room.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.room.RoomPublication.metadata","location":"room/com.ntt.skyway.room/-room-publication/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.room.RoomPublication.metadata"]},{"name":"val metadata: String","description":"com.ntt.skyway.room.member.RoomMember.metadata","location":"room/com.ntt.skyway.room.member/-room-member/metadata.html","searchKeys":["metadata","val metadata: String","com.ntt.skyway.room.member.RoomMember.metadata"]},{"name":"val metadata: String?","description":"com.ntt.skyway.room.member.RoomMember.Init.metadata","location":"room/com.ntt.skyway.room.member/-room-member/-init/metadata.html","searchKeys":["metadata","val metadata: String?","com.ntt.skyway.room.member.RoomMember.Init.metadata"]},{"name":"val metadata: String? = null","description":"com.ntt.skyway.room.RoomPublication.Options.metadata","location":"room/com.ntt.skyway.room/-room-publication/-options/metadata.html","searchKeys":["metadata","val metadata: String? = null","com.ntt.skyway.room.RoomPublication.Options.metadata"]},{"name":"val name: String","description":"com.ntt.skyway.room.Room.name","location":"room/com.ntt.skyway.room/-room/name.html","searchKeys":["name","val name: String","com.ntt.skyway.room.Room.name"]},{"name":"val name: String","description":"com.ntt.skyway.room.member.RoomMember.Init.name","location":"room/com.ntt.skyway.room.member/-room-member/-init/name.html","searchKeys":["name","val name: String","com.ntt.skyway.room.member.RoomMember.Init.name"]},{"name":"val name: String","description":"com.ntt.skyway.room.member.RoomMember.name","location":"room/com.ntt.skyway.room.member/-room-member/name.html","searchKeys":["name","val name: String","com.ntt.skyway.room.member.RoomMember.name"]},{"name":"val preferredEncodingId: String","description":"com.ntt.skyway.room.RoomSubscription.preferredEncodingId","location":"room/com.ntt.skyway.room/-room-subscription/preferred-encoding-id.html","searchKeys":["preferredEncodingId","val preferredEncodingId: String","com.ntt.skyway.room.RoomSubscription.preferredEncodingId"]},{"name":"val preferredEncodingId: String? = null","description":"com.ntt.skyway.room.RoomSubscription.Options.preferredEncodingId","location":"room/com.ntt.skyway.room/-room-subscription/-options/preferred-encoding-id.html","searchKeys":["preferredEncodingId","val preferredEncodingId: String? = null","com.ntt.skyway.room.RoomSubscription.Options.preferredEncodingId"]},{"name":"val publication: RoomPublication","description":"com.ntt.skyway.room.RoomSubscription.publication","location":"room/com.ntt.skyway.room/-room-subscription/publication.html","searchKeys":["publication","val publication: RoomPublication","com.ntt.skyway.room.RoomSubscription.publication"]},{"name":"val publications: List","description":"com.ntt.skyway.room.member.RoomMember.publications","location":"room/com.ntt.skyway.room.member/-room-member/publications.html","searchKeys":["publications","val publications: List","com.ntt.skyway.room.member.RoomMember.publications"]},{"name":"val publications: Set","description":"com.ntt.skyway.room.Room.publications","location":"room/com.ntt.skyway.room/-room/publications.html","searchKeys":["publications","val publications: Set","com.ntt.skyway.room.Room.publications"]},{"name":"val publisher: RoomMember?","description":"com.ntt.skyway.room.RoomPublication.publisher","location":"room/com.ntt.skyway.room/-room-publication/publisher.html","searchKeys":["publisher","val publisher: RoomMember?","com.ntt.skyway.room.RoomPublication.publisher"]},{"name":"val room: Room","description":"com.ntt.skyway.room.RoomPublication.room","location":"room/com.ntt.skyway.room/-room-publication/room.html","searchKeys":["room","val room: Room","com.ntt.skyway.room.RoomPublication.room"]},{"name":"val room: Room","description":"com.ntt.skyway.room.RoomSubscription.room","location":"room/com.ntt.skyway.room/-room-subscription/room.html","searchKeys":["room","val room: Room","com.ntt.skyway.room.RoomSubscription.room"]},{"name":"val room: Room","description":"com.ntt.skyway.room.member.RoomMember.room","location":"room/com.ntt.skyway.room.member/-room-member/room.html","searchKeys":["room","val room: Room","com.ntt.skyway.room.member.RoomMember.room"]},{"name":"val state: Channel.State","description":"com.ntt.skyway.room.Room.state","location":"room/com.ntt.skyway.room/-room/state.html","searchKeys":["state","val state: Channel.State","com.ntt.skyway.room.Room.state"]},{"name":"val state: Member.State","description":"com.ntt.skyway.room.member.RoomMember.state","location":"room/com.ntt.skyway.room.member/-room-member/state.html","searchKeys":["state","val state: Member.State","com.ntt.skyway.room.member.RoomMember.state"]},{"name":"val state: Publication.State","description":"com.ntt.skyway.room.RoomPublication.state","location":"room/com.ntt.skyway.room/-room-publication/state.html","searchKeys":["state","val state: Publication.State","com.ntt.skyway.room.RoomPublication.state"]},{"name":"val state: Subscription.State","description":"com.ntt.skyway.room.RoomSubscription.state","location":"room/com.ntt.skyway.room/-room-subscription/state.html","searchKeys":["state","val state: Subscription.State","com.ntt.skyway.room.RoomSubscription.state"]},{"name":"val stream: RemoteStream?","description":"com.ntt.skyway.room.RoomSubscription.stream","location":"room/com.ntt.skyway.room/-room-subscription/stream.html","searchKeys":["stream","val stream: RemoteStream?","com.ntt.skyway.room.RoomSubscription.stream"]},{"name":"val stream: Stream?","description":"com.ntt.skyway.room.RoomPublication.stream","location":"room/com.ntt.skyway.room/-room-publication/stream.html","searchKeys":["stream","val stream: Stream?","com.ntt.skyway.room.RoomPublication.stream"]},{"name":"val subscriber: RoomMember?","description":"com.ntt.skyway.room.RoomSubscription.subscriber","location":"room/com.ntt.skyway.room/-room-subscription/subscriber.html","searchKeys":["subscriber","val subscriber: RoomMember?","com.ntt.skyway.room.RoomSubscription.subscriber"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.room.RoomPublication.subscriptions","location":"room/com.ntt.skyway.room/-room-publication/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.room.RoomPublication.subscriptions"]},{"name":"val subscriptions: List","description":"com.ntt.skyway.room.member.RoomMember.subscriptions","location":"room/com.ntt.skyway.room.member/-room-member/subscriptions.html","searchKeys":["subscriptions","val subscriptions: List","com.ntt.skyway.room.member.RoomMember.subscriptions"]},{"name":"val subscriptions: Set","description":"com.ntt.skyway.room.Room.subscriptions","location":"room/com.ntt.skyway.room/-room/subscriptions.html","searchKeys":["subscriptions","val subscriptions: Set","com.ntt.skyway.room.Room.subscriptions"]},{"name":"var onCanceledHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomSubscription.onCanceledHandler","location":"room/com.ntt.skyway.room/-room-subscription/on-canceled-handler.html","searchKeys":["onCanceledHandler","var onCanceledHandler: () -> Unit? = null","com.ntt.skyway.room.RoomSubscription.onCanceledHandler"]},{"name":"var onClosedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onClosedHandler","location":"room/com.ntt.skyway.room/-room/on-closed-handler.html","searchKeys":["onClosedHandler","var onClosedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onClosedHandler"]},{"name":"var onDisabledHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onDisabledHandler","location":"room/com.ntt.skyway.room/-room-publication/on-disabled-handler.html","searchKeys":["onDisabledHandler","var onDisabledHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onDisabledHandler"]},{"name":"var onEnabledHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onEnabledHandler","location":"room/com.ntt.skyway.room/-room-publication/on-enabled-handler.html","searchKeys":["onEnabledHandler","var onEnabledHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onEnabledHandler"]},{"name":"var onErrorHandler: (e: Exception) -> Unit? = null","description":"com.ntt.skyway.room.Room.onErrorHandler","location":"room/com.ntt.skyway.room/-room/on-error-handler.html","searchKeys":["onErrorHandler","var onErrorHandler: (e: Exception) -> Unit? = null","com.ntt.skyway.room.Room.onErrorHandler"]},{"name":"var onLeftHandler: () -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onLeftHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-left-handler.html","searchKeys":["onLeftHandler","var onLeftHandler: () -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onLeftHandler"]},{"name":"var onMemberJoinedHandler: (member: RoomMember) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberJoinedHandler","location":"room/com.ntt.skyway.room/-room/on-member-joined-handler.html","searchKeys":["onMemberJoinedHandler","var onMemberJoinedHandler: (member: RoomMember) -> Unit? = null","com.ntt.skyway.room.Room.onMemberJoinedHandler"]},{"name":"var onMemberLeftHandler: (member: RoomMember) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberLeftHandler","location":"room/com.ntt.skyway.room/-room/on-member-left-handler.html","searchKeys":["onMemberLeftHandler","var onMemberLeftHandler: (member: RoomMember) -> Unit? = null","com.ntt.skyway.room.Room.onMemberLeftHandler"]},{"name":"var onMemberListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberListChangedHandler","location":"room/com.ntt.skyway.room/-room/on-member-list-changed-handler.html","searchKeys":["onMemberListChangedHandler","var onMemberListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onMemberListChangedHandler"]},{"name":"var onMemberMetadataUpdatedHandler: (member: RoomMember, metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMemberMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room/on-member-metadata-updated-handler.html","searchKeys":["onMemberMetadataUpdatedHandler","var onMemberMetadataUpdatedHandler: (member: RoomMember, metadata: String) -> Unit? = null","com.ntt.skyway.room.Room.onMemberMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.Room.onMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.room.Room.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.room.RoomPublication.onMetadataUpdatedHandler"]},{"name":"var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onMetadataUpdatedHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-metadata-updated-handler.html","searchKeys":["onMetadataUpdatedHandler","var onMetadataUpdatedHandler: (metadata: String) -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onMetadataUpdatedHandler"]},{"name":"var onPublicationDisabledHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationDisabledHandler","location":"room/com.ntt.skyway.room/-room/on-publication-disabled-handler.html","searchKeys":["onPublicationDisabledHandler","var onPublicationDisabledHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationDisabledHandler"]},{"name":"var onPublicationEnabledHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationEnabledHandler","location":"room/com.ntt.skyway.room/-room/on-publication-enabled-handler.html","searchKeys":["onPublicationEnabledHandler","var onPublicationEnabledHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationEnabledHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationListChangedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onPublicationListChangedHandler"]},{"name":"var onPublicationListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onPublicationListChangedHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-publication-list-changed-handler.html","searchKeys":["onPublicationListChangedHandler","var onPublicationListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onPublicationListChangedHandler"]},{"name":"var onPublicationMetadataUpdatedHandler: (publication: RoomPublication, metadata: String) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationMetadataUpdatedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-metadata-updated-handler.html","searchKeys":["onPublicationMetadataUpdatedHandler","var onPublicationMetadataUpdatedHandler: (publication: RoomPublication, metadata: String) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationMetadataUpdatedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationSubscribedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationSubscribedHandler"]},{"name":"var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onPublicationSubscribedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-publication-subscribed-handler.html","searchKeys":["onPublicationSubscribedHandler","var onPublicationSubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onPublicationSubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.Room.onPublicationUnsubscribedHandler","location":"room/com.ntt.skyway.room/-room/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.Room.onPublicationUnsubscribedHandler"]},{"name":"var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onPublicationUnsubscribedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-publication-unsubscribed-handler.html","searchKeys":["onPublicationUnsubscribedHandler","var onPublicationUnsubscribedHandler: (subscription: RoomSubscription) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onPublicationUnsubscribedHandler"]},{"name":"var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onStreamPublishedHandler","location":"room/com.ntt.skyway.room/-room/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onStreamPublishedHandler"]},{"name":"var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onStreamPublishedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-stream-published-handler.html","searchKeys":["onStreamPublishedHandler","var onStreamPublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onStreamPublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.Room.onStreamUnpublishedHandler","location":"room/com.ntt.skyway.room/-room/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.Room.onStreamUnpublishedHandler"]},{"name":"var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","description":"com.ntt.skyway.room.member.LocalRoomMember.onStreamUnpublishedHandler","location":"room/com.ntt.skyway.room.member/-local-room-member/on-stream-unpublished-handler.html","searchKeys":["onStreamUnpublishedHandler","var onStreamUnpublishedHandler: (publication: RoomPublication) -> Unit? = null","com.ntt.skyway.room.member.LocalRoomMember.onStreamUnpublishedHandler"]},{"name":"var onSubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onSubscribedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-subscribed-handler.html","searchKeys":["onSubscribedHandler","var onSubscribedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onSubscribedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.Room.onSubscriptionListChangedHandler","location":"room/com.ntt.skyway.room/-room/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.Room.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onSubscriptionListChangedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onSubscriptionListChangedHandler"]},{"name":"var onSubscriptionListChangedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.member.RoomMember.onSubscriptionListChangedHandler","location":"room/com.ntt.skyway.room.member/-room-member/on-subscription-list-changed-handler.html","searchKeys":["onSubscriptionListChangedHandler","var onSubscriptionListChangedHandler: () -> Unit? = null","com.ntt.skyway.room.member.RoomMember.onSubscriptionListChangedHandler"]},{"name":"var onUnpublishedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onUnpublishedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-unpublished-handler.html","searchKeys":["onUnpublishedHandler","var onUnpublishedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onUnpublishedHandler"]},{"name":"var onUnsubscribedHandler: () -> Unit? = null","description":"com.ntt.skyway.room.RoomPublication.onUnsubscribedHandler","location":"room/com.ntt.skyway.room/-room-publication/on-unsubscribed-handler.html","searchKeys":["onUnsubscribedHandler","var onUnsubscribedHandler: () -> Unit? = null","com.ntt.skyway.room.RoomPublication.onUnsubscribedHandler"]}] diff --git a/examples/QuickStart/app/build.gradle b/examples/QuickStart/app/build.gradle index aa29292..818a116 100644 --- a/examples/QuickStart/app/build.gradle +++ b/examples/QuickStart/app/build.gradle @@ -34,13 +34,20 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.appcompat:appcompat:1.6.0' - implementation 'com.google.android.material:material:1.7.0' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' //skyway - implementation 'com.ntt.skyway:room:1.0.0' + implementation files('libs/libwebrtc.aar') + implementation files('libs/skyway-core.aar') + implementation files('libs/skyway-sfubot.aar') + implementation files('libs/skyway-room.aar') + + // WebSocket + implementation "com.squareup.okhttp3:okhttp:4.10.0" + implementation "com.squareup.okhttp3:logging-interceptor:4.10.0" + + // gson + implementation 'com.google.code.gson:gson:2.9.0' } \ No newline at end of file diff --git a/examples/QuickStart/app/src/main/AndroidManifest.xml b/examples/QuickStart/app/src/main/AndroidManifest.xml index 0859989..da63649 100644 --- a/examples/QuickStart/app/src/main/AndroidManifest.xml +++ b/examples/QuickStart/app/src/main/AndroidManifest.xml @@ -2,15 +2,12 @@ - - - - - - - - - + + + + + + (R.id.roomName) + roomName.setText("room_" + (Math.random() * 10000).toInt().toString()) + + val btnJoinRoom = findViewById