Skip to content

Commit 7fffe82

Browse files
committed
readonly
1 parent 50ab896 commit 7fffe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StreamVideoClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type {
88
} from '@stream-io/openai-realtime-api';
99

1010
export class StreamVideoClient extends VideoApi {
11-
private streamClient: StreamClient;
11+
private readonly streamClient: StreamClient;
1212

1313
constructor({
1414
streamClient,

0 commit comments

Comments
 (0)