You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 4.x, the the duration attribute of MediaStreamInfo is in milliseconds, instead of seconds.
This may affect the implementation logic in case of misuse.
Acceptance criteria: The documentation is corrected.
Additional valuable information:
I have tested to read the attribute and can confirm the value is returned in milliseconds.
The text was updated successfully, but these errors were encountered:
kevin-rabefaritra
changed the title
MediaStreamInfo duration attribute
[Android][4.x] MediaStreamInfo duration attribute
May 16, 2023
Hi @billy-the-fish. Just a quick heads up! If there's any GitHub issue related to the 4.x API reference, please assign it to me if it's for the web platform. For other platforms, please assign it to Luodan.
Business case: Specify the correct unit used by the
duration
attribute ofMediaStreamInfo
.Subject Matter Expert:
Scope:
Doc link: https://api-ref.agora.io/en/video-sdk/android/4.x/API/class_playerstreaminfo.html
Since 4.x, the the
duration
attribute ofMediaStreamInfo
is in milliseconds, instead of seconds.This may affect the implementation logic in case of misuse.
Acceptance criteria: The documentation is corrected.
Additional valuable information:
I have tested to read the attribute and can confirm the value is returned in milliseconds.
The text was updated successfully, but these errors were encountered: