Skip to content

Commit e013036

Browse files
committed
Add summary
1 parent 8fce14d commit e013036

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Packages/StreamVideo/Runtime/Core/StatefulModels/IStreamCall.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ public interface IStreamCall : IStreamStatefulModel, IHasCustomData
126126
/// </summary>
127127
StreamCallType Type { get; }
128128

129+
/// <summary>
130+
/// Does the user of this client own the call
131+
/// </summary>
129132
bool IsLocalUserOwner { get; }
130133

131134
/// <summary>

0 commit comments

Comments
 (0)