We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e076e9c commit b38f0e0Copy full SHA for b38f0e0
Sora/MediaChannel.swift
@@ -267,7 +267,7 @@ public final class MediaChannel {
267
/// - Parameters:
268
/// - method: 呼び出す RPC メソッドの型 (例: `RequestSimulcastRid.self`)
269
/// - params: メソッドに渡すパラメータ。型安全に検証されます
270
- /// - isNotificationRequest: `true` の場合、レスポンスを待たずに送信します。デフォルトは `false`
+ /// - isNotificationRequest: `true` の場合、送信後に Sora からのレスポンスを待ちません。デフォルトは `false`
271
/// - timeout: レスポンスを待つ最大時間(秒)。デフォルトは 5.0 秒
272
///
273
/// - Returns: メソッドの実行結果。isNotificationRequest が true の場合は nil を返します
0 commit comments