mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat(essentials): Adds IsHost property to MeetingInfo to determine if the room is the host
This commit is contained in:
parent
3edb0145d0
commit
8af7b4b1db
5 changed files with 29 additions and 5 deletions
|
|
@ -152,6 +152,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
|
|||
// Return formatted when dialing, straight digits when in call
|
||||
DialStringFeedback = new StringFeedback(() =>
|
||||
{
|
||||
// Format the number feedback if in dial mode and the codec is not IHasStartMeeting (ZoomRoom)
|
||||
if (KeypadMode == eKeypadMode.Dial && !(Codec is IHasStartMeeting))
|
||||
return GetFormattedDialString(DialStringBuilder.ToString());
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue