您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

participants.js 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. export const participants = [
  2. {
  3. audioOutputDeviceId: 'default',
  4. avatarURL: undefined,
  5. botType: undefined,
  6. conference: undefined,
  7. connectionStatus: undefined,
  8. dominantSpeaker: false,
  9. email: undefined,
  10. id: 'd0816677',
  11. isFakeParticipant: undefined,
  12. isJigasi: undefined,
  13. loadableAvatarUrl: undefined,
  14. local: true,
  15. name: 'testuser2',
  16. pinned: false,
  17. presence: undefined,
  18. role: 'moderator',
  19. startWithAudioMuted: true,
  20. startWithVideoMuted: true
  21. },
  22. {
  23. audioOutputDeviceId: 'default',
  24. avatarURL: undefined,
  25. botType: undefined,
  26. conference: undefined,
  27. connectionStatus: undefined,
  28. dominantSpeaker: false,
  29. email: undefined,
  30. id: 'a0496597',
  31. isFakeParticipant: undefined,
  32. isJigasi: undefined,
  33. loadableAvatarUrl: undefined,
  34. local: true,
  35. name: 'me',
  36. pinned: false,
  37. presence: undefined,
  38. role: 'participant',
  39. startWithAudioMuted: true,
  40. startWithVideoMuted: false
  41. },
  42. {
  43. audioOutputDeviceId: 'default',
  44. avatarURL: undefined,
  45. botType: undefined,
  46. conference: undefined,
  47. connectionStatus: undefined,
  48. dominantSpeaker: false,
  49. email: undefined,
  50. id: 'b01081018',
  51. isFakeParticipant: undefined,
  52. isJigasi: undefined,
  53. loadableAvatarUrl: undefined,
  54. local: true,
  55. name: 'Tom',
  56. pinned: false,
  57. presence: undefined,
  58. role: 'participant',
  59. startWithAudioMuted: true,
  60. startWithVideoMuted: false
  61. },
  62. {
  63. audioOutputDeviceId: 'default',
  64. avatarURL: undefined,
  65. botType: undefined,
  66. conference: undefined,
  67. connectionStatus: undefined,
  68. dominantSpeaker: false,
  69. email: undefined,
  70. id: 'b0aad221e1',
  71. isFakeParticipant: undefined,
  72. isJigasi: undefined,
  73. loadableAvatarUrl: undefined,
  74. local: true,
  75. name: 'George',
  76. pinned: false,
  77. presence: undefined,
  78. role: 'participant',
  79. startWithAudioMuted: true,
  80. startWithVideoMuted: false
  81. },
  82. {
  83. audioOutputDeviceId: 'default',
  84. avatarURL: undefined,
  85. botType: undefined,
  86. conference: undefined,
  87. connectionStatus: undefined,
  88. dominantSpeaker: false,
  89. email: undefined,
  90. id: 'c0108301',
  91. isFakeParticipant: undefined,
  92. isJigasi: undefined,
  93. loadableAvatarUrl: undefined,
  94. local: true,
  95. name: 'Carlin',
  96. pinned: false,
  97. presence: undefined,
  98. role: 'participant',
  99. startWithAudioMuted: true,
  100. startWithVideoMuted: false
  101. }
  102. ];