Skip to content

Commit 19540ef

Browse files
author
Vinothini Dharmaraj
committed
removing the streaming data model from the call automation
1 parent 9049ca9 commit 19540ef

File tree

1 file changed

+0
-9
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+0
-9
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@
6060
VoiceKind
6161
)
6262

63-
from .streaming.models import (
64-
TranscriptionMetadata,
65-
TranscriptionData
66-
)
67-
6863
__all__ = [
6964
# clients
7065
"CallAutomationClient",
@@ -105,10 +100,6 @@
105100
"CommunicationCloudEnvironment",
106101
"UnknownIdentifier",
107102

108-
# streaming models
109-
"TranscriptionMetadata",
110-
"TranscriptionData",
111-
112103
# enums
113104
"CallRejectReason",
114105
"RecordingContent",

0 commit comments

Comments
 (0)