activeTalkerFromJson function

ParticipantsList activeTalkerFromJson(
  1. String str
)

vidoeEnabled : true role : "participant" clientId : "b7c720d9-1c38-40c7-8c47-683e50bf9ef4" videoMuted : false data : {"name":"abc","age":12,"email":"zzbz@qq"} permissions : {"subscribe":true,"stats":true,"publish":true,"record":false,"controlhandlers":true} name : "5fcb" audioMuted : false audioEnabled : true user_ref : "5fcb"

Implementation

ParticipantsList activeTalkerFromJson(String str) =>
    ParticipantsList.fromJson(json.decode(str));