Skip to content

Commit

Permalink
NotificationMessage の channel_id を削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Jan 16, 2024
1 parent 9a5d3cd commit 7a5ae71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
- 2022.1.0 の Sora で metadata_list が廃止されたため
- NotificationMessage の data で値の取得が可能
- @miosakuma
- [CHANGE] NotificationMessage の channel_id を削除する
- Sora から値を通知しておらず利用していない項目のため削除する
- @miosakuma
- [UPDATE] libwebrtc を 119.6045.2.1 に上げる
- @miosakuma
- [UPDATE] 解像度に qHD (960x540, 540x960) を追加する
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ data class NotificationMessage(
@SerializedName("channel_sendonly_connections") val numberOfSendonlyConnections: Int?,
@SerializedName("channel_recvonly_connections") val numberOfRecvonlyConnections: Int?,
@SerializedName("unstable_level") val unstableLevel: Int?,
@SerializedName("channel_id") val channelId: String?,
@SerializedName("spotlight_id") val spotlightId: String?,
@SerializedName("fixed") val fixed: Boolean?,
@SerializedName("authn_metadata") val authnMetadata: Any?,
Expand Down

0 comments on commit 7a5ae71

Please sign in to comment.