Kurento Utils用于React Native

时间:2018-09-20 18:50:04

标签: react-native kurento

  • 我想将kurento util与本机反应一起使用。
  • 我使用npm i react-native-kurento-utils安装它
  • 之后我用了这个

    Guid vendorGuid = knownOrgGuids[OrgType.Vendor];
    var vendors = context.Organizations
        .Where(v => v.OrganizationTypes
            .Any(t => t.TypeOfOrganizationId == orgGuid);
    

我得到:

  

“找不到变量:WebRtcPeer”错误

我需要在导入中添加任何内容吗?

0 个答案:

没有答案