UNPKG

react-native-voximplant

Version:

VoxImplant Mobile SDK for embedding voice and video communication into React Native apps.

26 lines (21 loc) 515 B
/* * Copyright (c) 2011-2019, Zingaya, Inc. All rights reserved. */ /** * @module Voximplant.Messaging * @memberOf Voximplant */ 'use strict'; import Messenger from './Messenger'; import Conversation from './Conversation'; import Message from './Message'; import MessengerEventTypes from'./MessengerEventTypes'; import {MessengerAction, MessengerNotification} from "../Enums"; export { Messenger, Conversation, Message, MessengerEventTypes, MessengerAction, MessengerNotification }