UNPKG

@virusonic/react-native-sdk

Version:

13 lines (8 loc) 213 B
var CallCommander = function(client){ this._client = client; }; CallCommander.NAME = "call"; CallCommander.prototype.getName = function(){ return CallCommander.NAME; }; module.exports = CallCommander;