Skip to content

Commit 683e906

Browse files
authored
Merge pull request #207 from shiguredo/feature/fix-on-remove-remote-stream-param-doc
onRemoveRemoteStream の label は実際には MediaStream.id を使っているため、説明を修正しておく
2 parents a2251e3 + 38ddea3 commit 683e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sora-android-sdk/src/main/kotlin/jp/shiguredo/sora/sdk/channel/SoraMediaChannel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class SoraMediaChannel
216216
* - `org.webrtc.MediaStream.label()`
217217
*
218218
* @param mediaChannel イベントが発生したチャネル
219-
* @param label メディアストリームのラベル (`ms.label()`)
219+
* @param label メディアストリームのラベル (`ms.id`)
220220
*/
221221
fun onRemoveRemoteStream(
222222
mediaChannel: SoraMediaChannel,

0 commit comments

Comments
 (0)