About using OBF token in SDK

Hello,

Some clarifications about the using of OBF token, please kindly advise, thanks.

  1. To join meeting by OBF token, should use JoinMeetingParam4WithoutLogin and set the onBehalfToken?
  2. Will the JoinMeetingParam4WithoutLogin.displayName still work when using OBF? And will the display name still affectes the AI summary and Transcript?
  3. For OBF tokens generated from same account, can they be used to join different meetings at the same time?

To join meeting by OBF token, should use JoinMeetingParam4WithoutLogin and set the onBehalfToken?

Yes, to join a meeting via OBF on native SDKs you should use JoinMeetingParam4WithoutLogin and set its onBehalfToken field; this is the pattern shown in the Meeting SDK auth docs

Will the JoinMeetingParam4WithoutLogin.displayName still work when using OBF? And will the display name still affects the AI summary and Transcript?

When you join with an OBF token, the client will not show up using the display name of the underlying user who generated the OBF. There’s no documentation online that I found which describes the behavior specifically for this parameter and I don’t see the displayName in the docs anymore either though

Someone on the Zoom team would be best to comment directly on this topic

For OBF tokens generated from same account, can they be used to join different meetings at the same time?

OBF tokens themselves are short-lived, single-use tokens and are scoped to individual meetings

Hello @amanda-recallai

Many thanks for your response.

Please kindly see below followup

There’s no documentation online that I found which describes the behavior specifically for this parameter and I don’t see the displayName in the docs anymore either though

The displayName field is in the parent class JoinMeetingParams

Someone on the Zoom team would be best to comment directly on this topic

Then which category I should raise this issue to?

OBF tokens themselves are short-lived, single-use tokens and are scoped to individual meetings

Sorry what I mean is, say if generate OBF tokens for different meetings from the same underlying user, can we join these meetings by the corresponding OBF token on different devices at the same time?

And another case, say if generate some OBF tokens for one certain meeting from the same underlying user, can we join this meeting by these OBF tokens on different devices at the same time?

Thanks