Skip to content

docs: Update getSessionId documentation to clarify return values#2355

Merged
robertwu1 merged 1 commit intogoogle:mainfrom
vikwil:fix/issue-2351
Mar 26, 2026
Merged

docs: Update getSessionId documentation to clarify return values#2355
robertwu1 merged 1 commit intogoogle:mainfrom
vikwil:fix/issue-2351

Conversation

@vikwil
Copy link
Copy Markdown
Contributor

@vikwil vikwil commented Mar 23, 2026

Updated AudioStreamBase::getSessionId and SessionId enum documentation to explicitly state that positive values represent the actual allocated session ID, fixing the inaccurate description of it as just an allocation strategy.

Fixes #2351

Updated AudioStreamBase::getSessionId and SessionId enum documentation
to explicitly state that positive values represent the actual allocated
session ID, fixing the inaccurate description of it as just an
allocation strategy.

Fixes google#2351
@robertwu1 robertwu1 merged commit 39b1fd2 into google:main Mar 26, 2026
2 checks passed
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.

getSessionId returns integer but uses SessionId allocation strategy enum as return value.

2 participants