Skip to content

Commit

Permalink
forwardingFilterOption を deprecated にする
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Dec 13, 2024
1 parent 717a2d8 commit d265311
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ class SoraMediaChannel @JvmOverloads constructor(
ignoreDisconnectWebSocket: Boolean? = null,
dataChannels: List<Map<String, Any>>? = null,
private var bundleId: String? = null,
@Deprecated(
"2025 年 12 月に廃止します。",
ReplaceWith("forwardingFiltersOption"),
DeprecationLevel.WARNING
)
private val forwardingFilterOption: SoraForwardingFilterOption? = null,
private val forwardingFiltersOption: List<SoraForwardingFilterOption>? = null,
) {
Expand Down

0 comments on commit d265311

Please sign in to comment.