Skip to content

Fix/stream api multiple calls checks#405

Merged
zurekz merged 4 commits intodevelfrom
fix/streamApi_multiple_calls_checks
Apr 10, 2026
Merged

Fix/stream api multiple calls checks#405
zurekz merged 4 commits intodevelfrom
fix/streamApi_multiple_calls_checks

Conversation

@Uriagat
Copy link
Copy Markdown
Member

@Uriagat Uriagat commented Apr 8, 2026

No description provided.

@Uriagat Uriagat requested review from kisielewski and zurekz April 8, 2026 13:04
@Uriagat Uriagat self-assigned this Apr 8, 2026
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamRoomConnectionNotInitialized, "StreamRoom connection not initialized", 0x0020)
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamHandleNotInitialized, "StreamHandle not initialized", 0x0021)
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamIsPublished, "Stream is published", 0x0022)
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamIsPublishedException, "Stream is published", 0x0022)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StreamIsPublishedException -> StreamAlreadyPublishedException
should be: "Stream is already published"

DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, InvalidEncryptionKeyIdLengthException, "Invalid encryption key id length", 0x002A);
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, InvalidMessageHeaderLengthException, "Invalid message header length", 0x002B);
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, UnsupportedMessageFormatVersionException, "Unsupported message format version length", 0x002C);
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamRoomAlreadyJoinedException, "StreamRoom already joined", 0x002D)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StreamRoomAlreadyJoinedException -> AlreadyJoinedStreamRoomException
should be: "Cannot join stream room: already connected"

@Uriagat Uriagat requested a review from zurekz April 10, 2026 11:56
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamRoomConnectionNotInitialized, "StreamRoom connection not initialized", 0x0020)
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamHandleNotInitialized, "StreamHandle not initialized", 0x0021)
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamIsPublished, "Stream is published", 0x0022)
DECLARE_ENDPOINT_EXCEPTION(EndpointStreamException, StreamAlreadyPublishedException, "Stream is published", 0x0022)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

description should be: "Stream is already published" as mentioned erlier

@zurekz zurekz merged commit 7314d44 into devel Apr 10, 2026
1 check passed
@zurekz zurekz deleted the fix/streamApi_multiple_calls_checks branch April 10, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants