Skip to content

Commit

Permalink
型変更漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jan 28, 2025
1 parent 947dc38 commit 44a02df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data class ConnectMessage(
@SerializedName("metadata") val metadata: Any? = null,
@SerializedName("signaling_notify_metadata")
val signalingNotifyMetadata: Any? = null,
@SerializedName("multistream") val multistream: Boolean = false,
@SerializedName("multistream") val multistream: Boolean? = null,
@SerializedName("spotlight") var spotlight: Any? = null,
@SerializedName("spotlight_number")
var spotlightNumber: Int? = null,
Expand Down

0 comments on commit 44a02df

Please sign in to comment.