Skip to content

Commit

Permalink
Update packages/livekit-server-sdk/src/IngressClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David Zhao <[email protected]>
  • Loading branch information
biglittlebigben and davidzhao authored Oct 11, 2024
1 parent b42ce93 commit 681011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/src/IngressClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateIngressOptions {
/**
* unique identity of the participant. required
*/
participantIdentity?: string;
participantIdentity: string;
/**
* participant display name
*/
Expand Down

0 comments on commit 681011e

Please sign in to comment.